import TypeScriptServiceClientHost from '../typeScriptServiceClientHost'; import { Lazy } from '../utils/lazy'; import { Command } from './commandManager'; export declare class RestartTsServerCommand implements Command { private readonly lazyClientHost; readonly id = "typescript.restartTsServer"; constructor(lazyClientHost: Lazy); execute(): void; } //# sourceMappingURL=restartTsServer.d.ts.map