import { SceneWithPlugins } from '../scene/SceneWithPlugins'; export type HookArgs = [listener: (scene: SceneWithPlugins) => void, sceneKey?: SceneWithPlugins["scene"]["key"]];