import type { Associative } from "./definition.js"; export declare function makeAssociative(f: (x: A, y: A) => A): Associative; export * from "./definition.js"; //# sourceMappingURL=makeAssociative.d.ts.map