declare const stringIsEmail: (value: string) => boolean; export default stringIsEmail;