export declare const SHOW_OR_FOCUS_HOVER_ACTION_ID = "editor.action.showHover"; export declare const SHOW_DEFINITION_PREVIEW_HOVER_ACTION_ID = "editor.action.showDefinitionPreviewHover"; export declare const HIDE_HOVER_ACTION_ID = "editor.action.hideHover"; export declare const SCROLL_UP_HOVER_ACTION_ID = "editor.action.scrollUpHover"; export declare const SCROLL_DOWN_HOVER_ACTION_ID = "editor.action.scrollDownHover"; export declare const SCROLL_LEFT_HOVER_ACTION_ID = "editor.action.scrollLeftHover"; export declare const SCROLL_RIGHT_HOVER_ACTION_ID = "editor.action.scrollRightHover"; export declare const PAGE_UP_HOVER_ACTION_ID = "editor.action.pageUpHover"; export declare const PAGE_DOWN_HOVER_ACTION_ID = "editor.action.pageDownHover"; export declare const GO_TO_TOP_HOVER_ACTION_ID = "editor.action.goToTopHover"; export declare const GO_TO_BOTTOM_HOVER_ACTION_ID = "editor.action.goToBottomHover"; export declare const INCREASE_HOVER_VERBOSITY_ACTION_ID = "editor.action.increaseHoverVerbosityLevel"; export declare const INCREASE_HOVER_VERBOSITY_ACCESSIBLE_ACTION_ID = "editor.action.increaseHoverVerbosityLevelFromAccessibleView"; export declare const INCREASE_HOVER_VERBOSITY_ACTION_LABEL: string; export declare const DECREASE_HOVER_VERBOSITY_ACTION_ID = "editor.action.decreaseHoverVerbosityLevel"; export declare const DECREASE_HOVER_VERBOSITY_ACCESSIBLE_ACTION_ID = "editor.action.decreaseHoverVerbosityLevelFromAccessibleView"; export declare const DECREASE_HOVER_VERBOSITY_ACTION_LABEL: string; export declare const HIDE_LONG_LINE_WARNING_HOVER_ACTION_ID = "editor.action.hideLongLineWarningHover";