import { Node } from '@tiptap/core'; declare module '@tiptap/core' { interface Commands { downloads: { setDownloads: (attributes: { files: { name: string; url: string; size?: string; type?: string; }[]; }) => ReturnType; }; } } export declare const CommonPubDownloads: Node; //# sourceMappingURL=downloads.d.ts.map