import type { Ctx } from "../ctx/index.js"; import type { Mod } from "../mod/index.js"; import type { Value } from "../value/index.js"; export declare function occur(mod: Mod, ctx: Ctx, name: string, type: Value, value: Value): boolean; //# sourceMappingURL=occur.d.ts.map