import { IGameObject } from '../gameobjects/IGameObject'; export declare function CountMatchingChildren(parent: T, property: string | symbol, value?: never): number; //# sourceMappingURL=CountMatchingChildren.d.ts.map