import type { YooEditor, YooptaBlockData, YooptaContentValue } from '../editor/types';
export declare function serialize(editor: YooEditor, blocksData: YooptaBlockData[]): string;
export declare function getMarkdown(editor: YooEditor, content: YooptaContentValue): string;
//# sourceMappingURL=getMarkdown.d.ts.map