import { IGameObject } from '../gameobjects/IGameObject'; export declare function GetAllChildren

(parent: P, property?: string | symbol, value?: never): IGameObject[]; //# sourceMappingURL=GetAllChildren.d.ts.map