/** This command will work even when CKEditor is in read-only mode. */ export class AlwaysEnabledCommand extends Command { constructor(editor: any); } import { Command } from "@ckeditor/ckeditor5-core"; //# sourceMappingURL=AlwaysEnabledCommand.d.ts.map