export interface alignment_mark { type: "alignment"; attrs: { align: "center" | "end"; }; } //# sourceMappingURL=alignment_mark.d.ts.map