import type { Core } from "../core/index.js"; import type { Ctx } from "../ctx/index.js"; import type { Exp } from "../exp/index.js"; import type { Mod } from "../mod/index.js"; import * as Values from "../value/index.js"; export declare function inferProperties(mod: Mod, ctx: Ctx, properties: Record, clazz: Values.Clazz): { properties: Record; clazz: Values.Clazz; }; //# sourceMappingURL=inferProperties.d.ts.map