import { Validator } from '../models';
/** Validates values are within a range. */
export declare const RangeValidator: Validator;
