import { Associative } from "@tsplus/stdlib/prelude/Associative/definition"; import { HashMap } from "@tsplus/stdlib/collections/HashMap/definition"; /** * Given an `Associative` (a way to combine `V`'s, get an `Associative` to combine `>`'s * This preserves keys in both maps `V` * @tsplus static HashMap.Ops getAssociative * @tsplus location "@tsplus/stdlib/collections/HashMap/operations/getAssociative" */ export declare function getAssociative(A: Associative): Associative>; //# sourceMappingURL=getAssociative.d.ts.map