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