export declare function stringLengthValidator(recipe?: { bytes?: boolean; min?: number; minOrEqual?: number; max?: number; maxOrEqual?: number; }): (value?: any) => boolean;