import { Gender, HeightType, GrowthStandardEntry, HeightWeightStandardEntry } from './types';
export declare function getGrowthStandard(gender: Gender, heightType: HeightType, ageInMonths: number): GrowthStandardEntry | undefined;
export declare function getHeightWeightStandard(gender: Gender, heightType: HeightType, height: number): HeightWeightStandardEntry | undefined;
//# sourceMappingURL=reference.d.ts.map