export interface indentation_mark { type: "indentation"; attrs: { level: number; }; } //# sourceMappingURL=indentation_mark.d.ts.map