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