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