export declare const isEmail: (val: string) => boolean; export default isEmail;