/** * Flattens an iterable of iterables */ export declare function flatten(source: AsyncIterable>): AsyncGenerator;