import type { Ctx } from "../../ctx/index.js"; import type { Mod } from "../../mod/index.js"; import type { Equation } from "../solve/index.js"; export declare function unifyEquation(mod: Mod, ctx: Ctx, equation: Equation): void; //# sourceMappingURL=unifyEquation.d.ts.map