export namespace requestAnimationFramePolyfill {
    export { install };
    export { uninstall };
}
declare function install(): void;
declare function uninstall(): void;
export {};
//# sourceMappingURL=request-animation-frame.d.ts.map