import { IterableX } from '../iterable'; export declare function reverse(source: Iterable): IterableX;