export declare class CacheObserver {
    started: boolean;
    start(): void;
    stop(): void;
    removeStaleElements: EventListener;
}
