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