export interface text_node { type: "text"; text: string; marks?: Array; } //# sourceMappingURL=text_node.d.ts.map