import * as Cores 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"; export declare function checkClazz(mod: Mod, ctx: Ctx, exp: Exps.Clazz): Cores.Clazz; //# sourceMappingURL=checkClazz.d.ts.map