import type { SlatePlugin } from '../types/SlatePlugin'; export declare const HtmlToSlate: ({ plugins }: { plugins: SlatePlugin[]; }) => (htmlString: string) => Promise; //# sourceMappingURL=index.d.ts.map