export declare class EdgeEncryptionCacheManager { flushAssignedJobsCache(): void flushEncryptionConfigurationCache(): void flushEncryptionVariableConfigurationCache(): void flushGlidePropertiesCache(): void flushGraphQLEncryptionConfigurationCache(): void flushIpBlacklistCache(): void flushKeysCache(): void flushPatternsCache(): void flushRulesCache(): void getAssignedJobs(key: string): any getConfigsV2Data(): any getConfigsV2Hash(): any getConfigurationsValue(key: string): any getEncryptionPatterns(key: string): any getEncryptionPatternsV2Data(): any getEncryptionPatternsV2Hash(): any getEncryptionRules(key: string, proxyGuid: string): any getGlideProperties(key: string): any getGraphQLEncryptionConfigurationV2Data(): any getGraphQLEncryptionConfigurationV2Hash(): any getKeys(key: string): any getKeysV2Data(): any getKeysV2Hash(): any getReferencesValue(key: string): any isVariableConfiguredForEncryption(itemSysId: string): boolean isVariablePartOfEncryptedMultiRowSet(itemSysId: string): boolean putAssignedJobs(hash: string, data: any): void putConfigsV2(hash: string, data: any): void putConfigurations(hash: string, data: any): void putEncryptionPatterns(hash: string, data: any): void putEncryptionPatternsV2(hash: string, data: any): void putEncryptionRules(hash: string, data: any, proxyGuid: string): void putGlideProperties(hash: string, data: any): void putGraphQLEncryptionConfigurationV2(hash: string, data: any): void putKeys(hash: string, data: any): void putKeysV2(hashVal: string, dataVal: any): void putReferences(hash: string, data: any): void updateVariableConfigurationCache(itemSysId: string, active: boolean): void constructor() }