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