import type { Editor } from '@tiptap/core'; import type { MarkType } from '@tiptap/pm/model'; import { Plugin } from '@tiptap/pm/state'; import type { RicosLink } from '../models'; type PasteHandlerOptions = { editor: Editor; type: MarkType; defaultLink: RicosLink; }; export declare function pasteHandler(options: PasteHandlerOptions): Plugin; export {}; //# sourceMappingURL=pasteHandler.d.ts.map