import { Plugin } from "@tiptap/pm/state";
export interface PasteOptions {
}
export declare function Paste(): Plugin<any>;
