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<any>[]): import("../editor/types").YooptaFormats;
export declare function buildBlockSlateEditors(editor: YooEditor): {};
export declare function buildPlugins(plugins: Plugin<Record<string, SlateElement>>[]): Record<string, Plugin<Record<string, SlateElement>>>;
//# sourceMappingURL=editor-builders.d.ts.map