import { RawContextKey } from "../../../../../platform/contextkey/common/contextkey.js"; export declare abstract class InlineCompletionContextKeys { static readonly inlineSuggestionVisible: RawContextKey; static readonly inlineSuggestionAlternativeActionVisible: RawContextKey; static readonly inlineSuggestionHasIndentation: RawContextKey; static readonly inlineSuggestionHasIndentationLessThanTabSize: RawContextKey; static readonly suppressSuggestions: RawContextKey; static readonly cursorBeforeGhostText: RawContextKey; static readonly cursorInIndentation: RawContextKey; static readonly hasSelection: RawContextKey; static readonly cursorAtInlineEdit: RawContextKey; static readonly inlineEditVisible: RawContextKey; static readonly tabShouldJumpToInlineEdit: RawContextKey; static readonly tabShouldAcceptInlineEdit: RawContextKey; static readonly inInlineEditsPreviewEditor: RawContextKey; }