import type { HtmlOptions, SnapshotInput } from './types.js'; /** Convert a BlockSuite 0.19.x snapshot to semantic, escaped HTML. */ export declare function snapshotToHtml(input: SnapshotInput, options?: HtmlOptions): string;