import { Extension } from '@tiptap/core';
declare const Commands: Extension<any, any>;
export default Commands;
