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