import { InjectionKey } from 'vue'; import { UpdateEventHandler } from '../components/Scene.vue'; export declare const InjectionKeys: { Game: InjectionKey; Scene: InjectionKey; GameObject: InjectionKey; Container: InjectionKey; Layer: InjectionKey; RenderTextureRenderList: InjectionKey; PreUpdateEvents: InjectionKey; PostUpdateEvents: InjectionKey; };