import { CompilerOptions } from 'typescript'; import { InMemoryCompilerHost } from './compiler-host'; export declare function getInMemoryCompilerHostInstance(options: CompilerOptions): InMemoryCompilerHost;