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

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