import type { Identity } from "./definition.js"; /** * Creates a new `Identity` */ export declare function makeIdentity(identity: A, op: (x: A, y: A) => A): Identity; export * from "./definition.js"; //# sourceMappingURL=makeIdentity.d.ts.map