declare const UseEmailValidator: (email: string) => { error: boolean; message: string; }; export default UseEmailValidator;