import { HashMap } from "@tsplus/stdlib/collections/HashMap/definition"; /** * Performs a union of this `HashMap` and that `HashMap`. * @tsplus pipeable-operator HashMap + * @tsplus static HashMap.Aspects union * @tsplus pipeable HashMap union * @tsplus location "@tsplus/stdlib/collections/HashMap/operations/union" */ export declare function union(that: HashMap): (self: import("../definition").HashMap) => import("../definition").HashMap; //# sourceMappingURL=union.d.ts.map