import type { MarkdownOptions, SnapshotInput } from './types.js'; /** Convert a BlockSuite 0.19.x snapshot to Markdown without a BlockSuite runtime. */ export declare function snapshotToMarkdown(input: SnapshotInput, options?: MarkdownOptions): string;