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