import { RuntimeEngine } from '@easytwin/runtime'; export declare const useGetSceneTextures: (engine: RuntimeEngine | undefined) => import('@easytwin/runtime').SceneResourcesImage[] | undefined;