import { Plugin } from 'prosemirror-state'; export declare const codeBlockPastePlugin: () => Plugin;