export declare const last: <T>(this: import("augmentative-iterable").AnyIterable<T>, predicate?: any) => any;
