import type { Validator } from '../models.js'; /** Validates string / array length are within specified range. */ export declare const LengthRangeValidator: Validator; //# sourceMappingURL=length-range.d.ts.map