/**
 * Merge outputs of multiple async generators.
 */
export declare function mergeAsyncGenerators<T>(generators: AsyncGenerator<T>[]): AsyncGenerator<T>;
//# sourceMappingURL=mergeAsyncGenerators.d.ts.map