/** */ declare class EditorSceneImporter extends Reference { /** */ new(): EditorSceneImporter; static "new"(): EditorSceneImporter /** No documentation provided. */ protected _get_extensions(): any[]; /** No documentation provided. */ protected _get_import_flags(): int; /** No documentation provided. */ protected _import_animation(path: string, flags: int, bake_fps: int): Animation; /** No documentation provided. */ protected _import_scene(path: string, flags: int, bake_fps: int): Node; /** No documentation provided. */ import_animation_from_other_importer(path: string, flags: int, bake_fps: int): Animation; /** No documentation provided. */ import_scene_from_other_importer(path: string, flags: int, bake_fps: int, compress_flags: int): Node; connect>(signal: T, method: SignalFunction): number; /** No documentation provided. */ static IMPORT_SCENE: any; /** No documentation provided. */ static IMPORT_ANIMATION: any; /** No documentation provided. */ static IMPORT_ANIMATION_DETECT_LOOP: any; /** No documentation provided. */ static IMPORT_ANIMATION_OPTIMIZE: any; /** No documentation provided. */ static IMPORT_ANIMATION_FORCE_ALL_TRACKS_IN_ALL_CLIPS: any; /** No documentation provided. */ static IMPORT_ANIMATION_KEEP_VALUE_TRACKS: any; /** No documentation provided. */ static IMPORT_GENERATE_TANGENT_ARRAYS: any; /** No documentation provided. */ static IMPORT_FAIL_ON_MISSING_DEPENDENCIES: any; /** No documentation provided. */ static IMPORT_MATERIALS_IN_INSTANCES: any; }