import { EditorJsDoc } from "./types/editor.types"; export declare const parse: (data: EditorJsDoc) => string;