import { Node } from '@tiptap/core'; declare module '@tiptap/core' { interface Commands { embed: { setEmbed: (attributes: { url: string; type?: string; html?: string; }) => ReturnType; }; } } export declare const CommonPubEmbed: Node; //# sourceMappingURL=embed.d.ts.map