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