import { ICache } from './ICache'; export declare class GlobalCachesInstances { static ZONE_INSTANCE: ICache; static MEMORY_INSTANCE: ICache; }