import { Game } from '../Game';
export interface ISceneConfig {
    game?: Game;
    key?: string;
}
//# sourceMappingURL=ISceneConfig.d.ts.map