import { IEnumerable, IEnumerableFactory } from '../../types'; export declare function applyReverseImmutable(factory: IEnumerableFactory, src: Iterable): IEnumerable; //# sourceMappingURL=applyReverseImmutable.d.ts.map