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