import { globalScope } from '@alwatr/logger'; type IndexableWindow = Record; export declare const win: IndexableWindow; export declare const requestAnimationFrame: typeof globalScope.requestAnimationFrame; export declare const requestIdleCallback: typeof globalScope.requestIdleCallback; export {}; //# sourceMappingURL=polyfill.d.ts.map