import { Plugin } from '@tiptap/pm/state'; declare const PastePlugin: () => Plugin; export default PastePlugin;