/** IP (v4 or v6) CIDR notation (e.g., 192.0.2.0/24) */
export type IpBlock = string;
//# sourceMappingURL=IpBlock.d.ts.map