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; readonly roleArn?: string; } export declare function watchIntegrationTest(pool: workerpool.WorkerPool, options: IntegWatchOptions): Promise; //# sourceMappingURL=integ-watch-worker.d.ts.map