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