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