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 checkProperties(mod: Mod, ctx: Ctx, properties: Record, clazz: Values.Clazz): Record; //# sourceMappingURL=checkProperties.d.ts.map