import type { Node as ProsemirrorNode } from 'prosemirror-model';
export declare function toJSON(doc: ProsemirrorNode): string;
