import { WaitForTaskCompletionParams, WaitForTaskCompletionResponse } from '../types/index.js'; import { IExecConsumer } from '../types/internalTypes.js'; export declare const waitForTaskCompletion: ({ iexec, dealId, taskId, onStatusUpdate, }: IExecConsumer & WaitForTaskCompletionParams) => Promise;