import { network } from "@rjweb/utils";
/**
 * HTTP Reverse Proxy IP Address Enum
 * @since 9.0.0
*/ declare const _default: Readonly<{
    LOCAL: (network.Subnet<4 | 6> | network.IPAddress<4 | 6>)[];
    CLOUDFLARE: network.Subnet<4 | 6>[];
    SPARKEDHOST: network.IPAddress<4 | 6>[];
}>;
export default _default;
