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