import { RawCommands } from '@tiptap/core'; declare module '@tiptap/core' { interface Commands { markLeftExit: { /** * Handle mark left exit. */ markLeftExit: (markName: string) => ReturnType; }; } } export declare const markLeftExit: RawCommands['markLeftExit']; //# sourceMappingURL=markLeftExit.d.ts.map