import type { RawCommands } from '@tiptap/core'; declare module '@tiptap/core' { interface Commands { setNodeAttrsById: { /** * Update node attributes by node id. */ setNodeAttrsById: (id: any, attrs: any) => ReturnType; }; } } export declare const setNodeAttrsById: RawCommands['setNodeAttrsById']; //# sourceMappingURL=setNodeAttrsById.d.ts.map