export declare const CompositionUpdate = "compositionUpdate"; export declare const ContentEditableInput = "contentEditableInput"; export declare const Delete = "delete"; export declare const DeleteHorizontalRight = "deleteHorizontalRight"; export declare const DeleteLeft = "deleteLeft"; export declare const EditorCut = "editorCut"; export declare const EditorPasteText = "editorPasteText"; export declare const EditorSnippet = "editorSnippet"; export declare const EditorType = "editorType"; export declare const EditorTypeWithAutoClosing = "editorTypeWithAutoClosing"; export declare const Format = "format"; export declare const IndentLess = "indentLess"; export declare const IndentMore = "indentMore"; export declare const InsertLineBreak = "insertLineBreak"; export declare const LineComment = "lineComment"; export declare const Rename = "rename"; export declare const Replace = "replace"; export declare const ReplaceAll = "replaceAll"; export declare const ToggleBlockComment = "toggleBlockComment"; export declare const Unknown = "unknown";