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