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