export interface AgeRangeFields { max: number; min: number; } //# sourceMappingURL=age-range.d.ts.map