import { Associative } from "@tsplus/stdlib/prelude/Associative/definition";
/**
* An `Associative` that always returns the last element.
* @tsplus static Associative/Ops last
* @tsplus location "@tsplus/stdlib/prelude/Associative/last"
*/
export declare function last(): Associative;
//# sourceMappingURL=last.d.ts.map