import { Associative } from "@tsplus/stdlib/prelude/Associative/definition";
import { AssociativeIdentity } from "@tsplus/stdlib/prelude/AssociativeIdentity/definition";
/**
* Derive an `AssociativeIdentity` from `Associative` and `identity`.
* @tsplus static AssociativeIdentity/Ops fromAssociative
* @tsplus location "@tsplus/stdlib/prelude/AssociativeIdentity/fromAssociative"
*/
export declare function fromAssociative(identity: A, associative: Associative): AssociativeIdentity;
//# sourceMappingURL=fromAssociative.d.ts.map