import type { Scene } from 'phaser';
export declare function getScene<Type = Scene>(): Type;
export declare function setScene(scene: Scene): void;
//# sourceMappingURL=scene.d.ts.map