export declare const lastAsync: (source: Iterable, predicate: (x: TSource) => Promise) => Promise;