import { Measurement } from '../interfaces/RCPCHMeasurementObject';
export declare function isCrowded(domains: any, childMeasurements: Measurement[]): boolean;
