import type * as workerpool from 'workerpool';
import type { IntegTestInfo } from '../runner';
export interface IntegWatchOptions extends IntegTestInfo {
    readonly region: string;
    readonly profile?: string;
    readonly verbosity?: number;
    readonly proxy?: string;
    readonly caBundlePath?: string;
}
export declare function watchIntegrationTest(pool: workerpool.WorkerPool, options: IntegWatchOptions): Promise<void>;
//# sourceMappingURL=integ-watch-worker.d.ts.map