import { AsyncWrappable, AsyncIterableIterator } from '../../types/async-iterable'; declare function asyncJoinWith(separator: W, source: AsyncWrappable>): AsyncIterableIterator; declare function asyncJoinWith(separator: W): (source: AsyncWrappable>) => AsyncIterableIterator; export { asyncJoinWith };