import type { YooEditor, YooptaBlockData } from '../editor/types'; /** * Clears the cached plugins map for the editor. * Call this when plugins are modified. */ export declare function clearDeserializeCache(editor: YooEditor): void; /** * Deserializes HTML into Yoopta blocks. */ export declare function deserializeHTML(editor: YooEditor, html: HTMLElement): YooptaBlockData[]; //# sourceMappingURL=deserializeHTML.d.ts.map