import { type IParallelEnumerable } from "../../types"; export declare const last: (source: IParallelEnumerable, predicate?: (x: TSource) => boolean) => Promise;