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