import * as ts from 'typescript';
export declare function createLanguageService(cwd: string, fileGlobs: string[], compilerOptions: ts.CompilerOptions, files: ts.MapLike<{
    version: number;
}>): ts.LanguageService;
