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