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