import { RedBlackTree } from "@tsplus/stdlib/collections/RedBlackTree/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * Finds the item with key if it exists. * @tsplus static RedBlackTree.Aspects findFirst * @tsplus pipeable RedBlackTree findFirst * @tsplus location "@tsplus/stdlib/collections/RedBlackTree/findFirst" */ export declare function findFirst(key: K): (self: import("./definition").RedBlackTree) => import("../../data/Maybe").Maybe; //# sourceMappingURL=findFirst.d.ts.map