import { CompilerOptions, LanguageServiceHost } from "typescript"; export declare function createLanguageServiceHost(ts: typeof import("typescript"), compilerOptions: CompilerOptions, testPaths: string[]): LanguageServiceHost;