import { AsyncWrappable, AsyncIterableIterator } from '../../types/async-iterable'; declare function asyncConcat(...sources: Array>): AsyncIterableIterator; export { asyncConcat };