import { SceneJsonExporterData } from "@polygonjs/polygonjs/dist/src/engine/io/json/export/Scene"; export type OnProgressCallback = (ratio: number, args: any) => void; interface LoadManifestOptions { onProgress?: OnProgressCallback; sceneDataRoot?: string; } type LoadSceneData_scene_01 = ( options?: LoadManifestOptions ) => Promise; export const loadSceneData_scene_01: LoadSceneData_scene_01;