import { Node } from '@tiptap/core'; declare module '@tiptap/core' { interface Commands { toolList: { setToolList: (attributes: { tools: { name: string; url?: string; required?: boolean; }[]; }) => ReturnType; }; } } export declare const CommonPubToolList: Node; //# sourceMappingURL=toolList.d.ts.map