import { RawContextKey } from "../../../../platform/contextkey/common/contextkey.js"; export declare const HAS_OPENED_NOTEBOOK: RawContextKey; export declare const KEYBINDING_CONTEXT_NOTEBOOK_FIND_WIDGET_FOCUSED: RawContextKey; export declare const InteractiveWindowOpen: RawContextKey; export declare const MOST_RECENT_REPL_EDITOR: RawContextKey; export declare const NOTEBOOK_IS_ACTIVE_EDITOR: import("../../../../platform/contextkey/common/contextkey.js").ContextKeyExpression; export declare const INTERACTIVE_WINDOW_IS_ACTIVE_EDITOR: import("../../../../platform/contextkey/common/contextkey.js").ContextKeyExpression; export declare const REPL_NOTEBOOK_IS_ACTIVE_EDITOR: import("../../../../platform/contextkey/common/contextkey.js").ContextKeyExpression; export declare const NOTEBOOK_OR_COMPOSITE_IS_ACTIVE_EDITOR: import("../../../../platform/contextkey/common/contextkey.js").ContextKeyExpression | undefined; export declare const IS_COMPOSITE_NOTEBOOK: RawContextKey; export declare const NOTEBOOK_EDITOR_FOCUSED: RawContextKey; export declare const NOTEBOOK_CELL_LIST_FOCUSED: RawContextKey; export declare const NOTEBOOK_OUTPUT_FOCUSED: RawContextKey; export declare const NOTEBOOK_OUTPUT_INPUT_FOCUSED: RawContextKey; export declare const NOTEBOOK_EDITOR_EDITABLE: RawContextKey; export declare const NOTEBOOK_HAS_RUNNING_CELL: RawContextKey; export declare const NOTEBOOK_HAS_SOMETHING_RUNNING: RawContextKey; export declare const NOTEBOOK_USE_CONSOLIDATED_OUTPUT_BUTTON: RawContextKey; export declare const NOTEBOOK_BREAKPOINT_MARGIN_ACTIVE: RawContextKey; export declare const NOTEBOOK_CELL_TOOLBAR_LOCATION: RawContextKey<"hidden" | "left" | "right">; export declare const NOTEBOOK_CURSOR_NAVIGATION_MODE: RawContextKey; export declare const NOTEBOOK_LAST_CELL_FAILED: RawContextKey; export declare const NOTEBOOK_VIEW_TYPE: RawContextKey; export declare const NOTEBOOK_CELL_TYPE: RawContextKey<"code" | "markup">; export declare const NOTEBOOK_CELL_EDITABLE: RawContextKey; export declare const NOTEBOOK_CELL_FOCUSED: RawContextKey; export declare const NOTEBOOK_CELL_EDITOR_FOCUSED: RawContextKey; export declare const NOTEBOOK_CELL_MARKDOWN_EDIT_MODE: RawContextKey; export declare const NOTEBOOK_CELL_LINE_NUMBERS: RawContextKey<"on" | "inherit" | "off">; export type NotebookCellExecutionStateContext = "idle" | "pending" | "executing" | "succeeded" | "failed"; export declare const NOTEBOOK_CELL_EXECUTION_STATE: RawContextKey; export declare const NOTEBOOK_CELL_EXECUTING: RawContextKey; export declare const NOTEBOOK_CELL_HAS_OUTPUTS: RawContextKey; export declare const NOTEBOOK_CELL_IS_FIRST_OUTPUT: RawContextKey; export declare const NOTEBOOK_CELL_HAS_HIDDEN_OUTPUTS: RawContextKey; export declare const NOTEBOOK_CELL_OUTPUT_MIMETYPE: RawContextKey; export declare const NOTEBOOK_CELL_INPUT_COLLAPSED: RawContextKey; export declare const NOTEBOOK_CELL_OUTPUT_COLLAPSED: RawContextKey; export declare const NOTEBOOK_CELL_RESOURCE: RawContextKey; export declare const NOTEBOOK_CELL_HAS_ERROR_DIAGNOSTICS: RawContextKey; export declare const NOTEBOOK_CELL_OUTPUT_MIME_TYPE_LIST_FOR_CHAT: RawContextKey; export declare const NOTEBOOK_KERNEL: RawContextKey; export declare const NOTEBOOK_KERNEL_COUNT: RawContextKey; export declare const NOTEBOOK_KERNEL_SOURCE_COUNT: RawContextKey; export declare const NOTEBOOK_KERNEL_SELECTED: RawContextKey; export declare const NOTEBOOK_INTERRUPTIBLE_KERNEL: RawContextKey; export declare const NOTEBOOK_MISSING_KERNEL_EXTENSION: RawContextKey; export declare const NOTEBOOK_HAS_OUTPUTS: RawContextKey; export declare const KERNEL_HAS_VARIABLE_PROVIDER: RawContextKey;