import { AnyIterable } from './types'; export declare function flatten(iterable: AnyIterable>): AsyncIterableIterator;