export declare class EdgeEncryptionIpBlacklistAPI { constructor(); getResponseCode(): number; getResponseData(): string; isIPV6Pattern(pattern?: string): boolean; isValidJettyIpPattern(pattern?: string): boolean; setProxyHash(hashFromProxy?: string): void; } //# sourceMappingURL=EdgeEncryptionIpBlacklistAPI.d.ts.map