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