import { type IParallelEnumerable } from "./../../types"; export declare const reverse: (source: IParallelEnumerable) => IParallelEnumerable;