declare global {
    var phaserOnNodeFPS: number;
}
import './fakeScreen';
declare const animationFrame: (cb: any) => number;
export { animationFrame };
declare const requestAnimationFrame: (callback: FrameRequestCallback) => number;
export { requestAnimationFrame };
//# sourceMappingURL=index.d.ts.map