import { Schema } from "prosemirror-model"; import type { Node } from "prosemirror-model"; export declare const commentSchema: Schema<"collaborator" | "doc" | "paragraph" | "text", never>; export declare const serializeCommentNode: (pmNode: Node) => { html: string; text: string; }; export declare const serializeComment: (content: unknown) => { html: string; text: string; }; //# sourceMappingURL=schema.d.ts.map