declare type Noop = () => void; export declare const noop: Noop; export declare const requestAnimationFrame: (callback: FrameRequestCallback | Noop) => any; export declare const isNodeEnv: () => boolean; export {};