declare const validateEmail: (email: string) => boolean;

export { validateEmail };
