import { ScenePlugins } from './ScenePlugins'; import { Scene } from 'phaser'; export interface SceneWithPlugins extends Scene, ScenePlugins { }