export declare class ReverseIterable implements Iterable { iterable: Iterable; constructor(iterable: Iterable); [Symbol.iterator](): Iterator; }