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