import { Command } from '@ckeditor/ckeditor5-core'; /** * InsertHtmlCommand Command. * */ export default class InsertHtmlCommand extends Command { execute(sContent: string): void; }