import type * as ts from 'typescript'; export declare function createWatchCompilerHost(parsedConfig: ts.ParsedCommandLine, createProgram?: ts.CreateProgram, reportDiagnostic?: ts.DiagnosticReporter, reportWatchStatus?: ts.WatchStatusReporter, afterProgramCreate?: (program: TProgram) => void): ts.WatchCompilerHostOfFilesAndCompilerOptions;