import { IBaseWorld } from '../IBaseWorld'; export declare const WorldShutdownEvent: string; export declare type WorldShutdownEventHandler = (world: IBaseWorld) => void; //# sourceMappingURL=WorldShutdownEvent.d.ts.map