AnimationEvent: {
    prototype: AnimationEvent;
    new (
        type: string,
        animationEventInitDict?: AnimationEventInit,
    ): AnimationEvent;
}