import { Worker } from './worker'; export declare const createOutputIterator: (workers: Worker[]) => AsyncIterableIterator;