import type { ICacheConfig } from './deckCacheFactory'; export interface IInfrastructureCacheConfig { [key: string]: any; securityGroups: ICacheConfig; healthChecks: ICacheConfig; certificates: ICacheConfig; backendServices: ICacheConfig; addresses: ICacheConfig; } export declare const INFRASTRUCTURE_CACHE_CONFIG: IInfrastructureCacheConfig;