import { Node } from '@tiptap/core'; declare module '@tiptap/core' { interface Commands { mathNotation: { setMathNotation: (attributes: { expression: string; display?: boolean; }) => ReturnType; }; } } export declare const CommonPubMathNotation: Node; //# sourceMappingURL=mathNotation.d.ts.map