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