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