import { Wrappable, IterableIterator } from '../../types/iterable'; declare function cycle(source: Wrappable): IterableIterator; export { cycle };