import * as ng from '@angular/compiler-cli'; import * as ts from 'typescript'; import { FileCache } from '../file-system/file-cache'; import { BuildGraph } from '../graph/build-graph'; import { EntryPointNode } from '../ng-package/nodes'; import { StylesheetProcessor } from '../styles/stylesheet-processor'; export declare function cacheCompilerHost(graph: BuildGraph, entryPoint: EntryPointNode, compilerOptions: ng.CompilerOptions, moduleResolutionCache: ts.ModuleResolutionCache, stylesheetProcessor?: StylesheetProcessor, sourcesFileCache?: FileCache): ng.CompilerHost;