interface Options {
    domain?: string;
}
export default function email(options?: Options): string;
