import { ICache } from './shared';
export declare class InMemoryCache {
    enclosedCache: ICache;
}
