declare module '@tiptap/core' { interface Commands { commentStorage: { updateComment: (data: any[], type: string) => ReturnType; }; } } export declare const CommentStorage: any; export default CommentStorage;