import { AsyncWrappable, AsyncIterableIterator } from '../../types/async-iterable'; declare function asyncWrap(source: AsyncWrappable): AsyncIterableIterator; export { asyncWrap };