export interface mention_node { type: "mention"; attrs: { id: string; text?: string; userType?: "DEFAULT" | "SPECIAL" | "APP"; accessLevel?: string; }; } //# sourceMappingURL=mention_node.d.ts.map