import type { SpawnFunction, SpawnRegistry } from './spawn.js'; export declare enum DoorState { Open = 0, Opening = 1, Closed = 2, Closing = 3 } export declare const func_door_secret: SpawnFunction; export declare const SP_func_rotating: SpawnFunction; export declare const func_door_rotating: SpawnFunction; export declare const func_wall: SpawnFunction; export declare function registerFuncSpawns(registry: SpawnRegistry): void; //# sourceMappingURL=funcs.d.ts.map