export declare class NextFrame { private animating; constructor(); setupPolyfill(self: any): void; nextFrame(): any; } export declare class Animate { private nf; constructor(); animation(apply: any, compute: any): any; }