import { Editor } from '@tiptap/core'; import { Ref } from 'vue'; export declare function useEditorMethods(editor: Ref): { active: (name: string | {}, attributes?: {}) => boolean; chain: () => import("@tiptap/core").ChainedCommands; can: () => import("@tiptap/core").CanCommands; };