import type { Extension } from '@prezly/slate-commons'; import type { Descendant } from 'slate'; export declare function deserializeHtml(extensions: Extension[], html: string, onError: (error: unknown) => void): Descendant[];