import type { Random } from "../types.js"; export declare function generateEmail(random: Random): string; //# sourceMappingURL=email.d.ts.map