import { Command } from 'ckeditor5'; export declare class CutCommand extends Command { execute(): Promise; refresh(): void; }