import type { Validator } from '../models.js'; /** Validates values are within a range. */ export declare const RangeValidator: Validator; //# sourceMappingURL=range.d.ts.map