export declare const nextAnimationFrame: typeof globalThis.requestAnimationFrame; export declare const nextIdleCallback: typeof globalThis.requestIdleCallback; export declare const cancelNextAnimationFrame: typeof globalThis.cancelAnimationFrame; export declare const cancelNextIdleCallback: typeof globalThis.cancelIdleCallback; export declare const supported: { cancelIdleCallback: boolean; requestIdleCallback: boolean; cancelAnimationFrame: boolean; requestAnimationFrame: boolean; }; //# sourceMappingURL=polyfill.d.ts.map