import type { EditorHost } from '@cbi-blocksuite/block-std'; import type { BlockModel } from '@cbi-blocksuite/store'; import { Job, type Slice } from '@cbi-blocksuite/store'; export declare function getMarkdownFromSlice(host: EditorHost, slice: Slice): Promise; export declare const markdownToSnapshot: (markdown: string, host: EditorHost) => Promise<{ snapshot: import("@cbi-blocksuite/store").SliceSnapshot; job: Job; }>; export declare function insertFromMarkdown(host: EditorHost, markdown: string, parent?: string, index?: number): Promise[]>; //# sourceMappingURL=markdown-utils.d.ts.map