import { Validator } from '../models';
/** Validates string / array length are within specified range. */
export declare const LengthRangeValidator: Validator;
