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