import type TypeScript from 'typescript/lib/tsserverlibrary';
import type { TS_LANGUAGE_SERVICE } from '../constants';
export { TypeScript };
export declare type TSLanguageService = TypeScript.LanguageService;
export declare type TSLanguageServiceHost = TypeScript.LanguageServiceHost;
export declare type TSProject = TypeScript.server.Project;
export declare type TSServerHost = TypeScript.server.ServerHost;
export interface ExtendedTSLanguageService extends TSLanguageService {
    [TS_LANGUAGE_SERVICE](): TSLanguageService;
}
//# sourceMappingURL=TypeScript.d.ts.map