import { RedBlackTree } from "@tsplus/stdlib/collections/RedBlackTree/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Returns the last entry in the tree. * @tsplus getter RedBlackTree last * @tsplus location "@tsplus/stdlib/collections/RedBlackTree/last" */ export declare function last(tree: RedBlackTree): Maybe; //# sourceMappingURL=last.d.ts.map