export declare function onCacheInvalidation(listener: (filePaths: string[]) => void): () => void;
export declare function deleteCache(filePaths: string[]): void;
