import { EntryServiceCache } from './entry';
export declare class CacheControl {
    private static entryService;
    static Entry: EntryServiceCache;
    static init(): void;
}
