import type { Exp } from "../exp/index.js"; export declare abstract class Macro { abstract expand(): Exp; } //# sourceMappingURL=Macro.d.ts.map