import type * as ts from 'typescript/lib/tsserverlibrary';
export type TypeScriptProjectService = ts.server.ProjectService;
export declare function createProjectService(): TypeScriptProjectService;
//# sourceMappingURL=createProjectService.d.ts.map