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