import type { SlateElement, YooEditor } from '../editor/types'; import type { Plugin } from '../plugins/types'; export declare function getBlockPlugins(editor: YooEditor): Record>>; //# sourceMappingURL=get-block-plugins.d.ts.map