export declare const isEmail: (email?: string) => boolean;
