import type * as Exps from "../../exp/index.js"; import type { Mod } from "../../mod/index.js"; import type { Span } from "../../span/index.js"; import { Stmt } from "../../stmt/index.js"; export declare class Clazz extends Stmt { name: string; clazz: Exps.ClazzUnfolded; span?: Span | undefined; constructor(name: string, clazz: Exps.ClazzUnfolded, span?: Span | undefined); execute(mod: Mod): Promise; undo(mod: Mod): void; } //# sourceMappingURL=Clazz.d.ts.map