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