import { type PlainSlateDto, SlateDto } from '../dtos/index.js'; import type { BaseConvertor } from './base.convertor.js'; export declare class HtmlConvertor implements BaseConvertor { private html; constructor(html: string); private elementToBlock; toSlate(): Promise; toSlateSync(): PlainSlateDto; } //# sourceMappingURL=html.convertor.d.ts.map