import { Plugin } from 'ckeditor5'; export declare class PastePlugin extends Plugin { static get pluginName(): string; init(): void; }