Animation: {
    prototype: Animation;
    new (
        effect?: AnimationEffect | null,
        timeline?: AnimationTimeline | null,
    ): Animation;
}

Type Declaration