export declare function requestAnimationFrame(callback: any): void; export declare function cancelAnimationFrame(id: number): void;