import type { SlateElement, YooEditor } from '../editor/types'; import type { YooptaMark } from '../marks'; import type { Plugin } from '../plugins/types'; export declare function buildMarks(editor: any, marks: YooptaMark[]): import("../editor/types").YooptaFormats; export declare function buildBlockSlateEditors(editor: YooEditor): {}; export declare function buildPlugins(plugins: Plugin>[]): Record>>; //# sourceMappingURL=editor-builders.d.ts.map