import { Ord } from "@tsplus/stdlib/prelude/Ord/definition"; import { RedBlackTree } from "@tsplus/stdlib/collections/RedBlackTree/definition"; /** * @tsplus static RedBlackTree.Ops empty * @tsplus location "@tsplus/stdlib/collections/RedBlackTree/empty" */ export declare function empty(ord: Ord): RedBlackTree; //# sourceMappingURL=empty.d.ts.map