import { RuntimeEngine } from '@easytwin/runtime'; export declare const useIsSceneInited: (engine: RuntimeEngine | undefined) => boolean | undefined;