/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import type ts from 'typescript'; export declare class SourceFileCache extends Map { readonly persistentCachePath?: string; readonly modifiedFiles: Set; readonly babelFileCache: Map>; readonly typeScriptFileCache: Map>; referencedFiles?: readonly string[]; constructor(persistentCachePath?: string); invalidate(files: Iterable): void; } //# sourceMappingURL=source-file-cache.d.ts.map