import { Editor } from "slate-react"; import { Value } from "slate"; export declare function getBlockDesirialiser(blockTags: Record): (el: any, next: any) => { object: string; type: string; nodes: any; }; export declare function getMarkDeserializer(marks: Record): (el: any, next: any) => { object: string; type: string; nodes: any; }; export declare function getSerializer(plugins: any): any; export declare function isTextSelected(editor: Editor): boolean; export declare const isEditorEmpty: (value: Value) => boolean; //# sourceMappingURL=helpers.d.ts.map