import type { Node as ProsemirrorNode } from 'prosemirror-model';
import type { UseSchema } from '../../schemas';
export declare function fromYAML(input: string, useSchema: UseSchema): ProsemirrorNode;
