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