/** * Only allow values with length between min and max */ export declare function Length({ msg, min, max }: { msg?: string; min?: number; max?: number; }): Function;