/** * Parser for `com.wss.content.rich-text` — a ProseMirror document under * `doc`. Inline marks (bold/italic/code/link) are converted to AT Proto-style * byte facets so the shared faceted-text renderer styles them. */ import type { StructuredRenderableBlock } from "./types.js"; export declare const PROSEMIRROR_CONTENT = "com.wss.content.rich-text"; /** Renderable blocks for a `com.wss.content.rich-text` payload. */ export declare function prosemirrorBlocks(content: unknown, contentFormat?: string | null): Array; //# sourceMappingURL=prosemirror.d.ts.map