import type { Ctx } from "../ctx/index.js"; import type { Mod } from "../mod/index.js"; import type { Neutral } from "../neutral/index.js"; import type { Value } from "../value/index.js"; export declare function equivalentNeutral(mod: Mod, ctx: Ctx, type: Value, left: Neutral, right: Neutral): void; //# sourceMappingURL=equivalentNeutral.d.ts.map