import { Node } from '../../externals.js'; declare module '@tiptap/core' { interface Commands { umbRteBlock: { setBlock: (options: { contentKey: string; }) => ReturnType; }; umbRteBlockInline: { setBlockInline: (options: { contentKey: string; }) => ReturnType; }; } } export declare const umbRteBlock: Node; export declare const umbRteBlockInline: Node;