import { EmailStr } from "./Strings"; export declare namespace Emails { function toDomain(email: EmailStr): string | undefined; }