export declare function length(min: number, max: number): any; export declare function email(): any; export declare function containsIn(values: Array): (val: any, key: any) => any; export declare function alpha(numeric?: boolean): any; export declare function alphaSpace(numeric?: boolean): any;