import { IGameObject } from '../gameobjects/IGameObject';
export declare function RemoveChildAt<T extends IGameObject>(parent: T, index: number): IGameObject | undefined;
//# sourceMappingURL=RemoveChildAt.d.ts.map