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