import type { Snapshot, EditorCore } from 'roosterjs-content-model-types'; /** * @internal */ export declare function restoreSnapshotHTML(core: EditorCore, snapshot: Snapshot): void;