import { IGameObject } from '../IGameObject';
export declare const DestroyEvent: string;
export declare type DestroyEventHandler = <T extends IGameObject>(child: T) => void;
//# sourceMappingURL=DestroyEvent.d.ts.map