export declare const composeValidators: (...validators: any[]) => (value: any, allValues: any) => any; export declare const isRequired: (value: any) => string; export declare const isEmail: (message: string) => (value: string) => string; export declare const isStrongPassword: (message: string) => (value: string) => string; //# sourceMappingURL=validators.d.ts.map