import { Associative } from "@tsplus/stdlib/prelude/Associative/definition"; /** * The dual of a `Associative`, obtained by swapping the arguments of `combine`. * @tsplus getter Associative inverted * @tsplus location "@tsplus/stdlib/prelude/Associative/inverted" */ export declare function inverted(self: Associative): Associative; //# sourceMappingURL=inverted.d.ts.map