/**
 *
 * @param address URL地址
 * @returns boolean
 */
declare const isEmailValid: (address: string) => boolean;
export default isEmailValid;
