import { IGameObject } from '../gameobjects/IGameObject'; export declare function GetRandomChild
(parent: P, startIndex?: number, length?: number): IGameObject; //# sourceMappingURL=GetRandomChild.d.ts.map