declare function isEmail(email: string): boolean;

export { isEmail };
