import { GeneratedWorld } from '../../engine/worldgen/index.js'; export declare class WorldManager { private worlds; create(id: string, world: GeneratedWorld): void; get(id: string): GeneratedWorld | null; delete(id: string): boolean; list(): string[]; } export declare function getWorldManager(): WorldManager; //# sourceMappingURL=world-manager.d.ts.map