AnimationPlaybackEvent: {
    prototype: AnimationPlaybackEvent;
    new (
        type: string,
        eventInitDict?: AnimationPlaybackEventInit,
    ): AnimationPlaybackEvent;
}