export interface annotation_mark { type: "annotation"; attrs: { id: string; annotationType: "inlineComment"; }; } //# sourceMappingURL=annotation_mark.d.ts.map