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