import { IWorkerEventSubscriber, WorkerData } from '../common/contracts'; import { IAbortSignalFast } from '@flemist/abort-controller-fast'; export declare function workerWait({ eventBus, requestId, abortSignal, }: { eventBus: IWorkerEventSubscriber; requestId: string; abortSignal?: IAbortSignalFast; }): Promise>;