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