export { evaluateGrowth } from './evaluator';
export type { GrowthInput, GrowthEvaluationResult } from './evaluator';
export { getGrowthStandard, getHeightWeightStandard } from './reference';
export type { Gender, HeightType } from './types';
//# sourceMappingURL=index.d.ts.map