import { FluentAsyncIterable } from '../base'; export interface AsyncMergeFunction { (...iterables: AsyncIterable[]): FluentAsyncIterable; }