import { HashMap } from "@tsplus/stdlib/collections/HashMap/definition"; import type { Node } from "@tsplus/stdlib/collections/HashMap/_internal/node"; /** * Sets the root of the `HashMap`. * @tsplus static HashMap.Aspects setTree * @tsplus pipeable HashMap setTree * @tsplus location "@tsplus/stdlib/collections/HashMap/operations/setTree" */ export declare function setTree(newRoot: Node, newSize: number): (self: HashMap) => HashMap; //# sourceMappingURL=setTree.d.ts.map