import type { SlateDto } from '../dtos/slate.dto.js'; export interface BaseConvertor { toSlate(options: unknown): Promise; toSlateSync(options: unknown): SlateDto; } //# sourceMappingURL=base.convertor.d.ts.map