import type * as TS from 'typescript';
export declare function performBuildWatch(ts: typeof TS, projects: string[], buildOptions: TS.BuildOptions): void;
