import { RawContextKey } from "@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey"; export declare const VIEW_CONTAINER: import("@codingame/monaco-vscode-api/vscode/vs/workbench/common/views").ViewContainer; export declare const CONTEXT_HAS_LOCAL_SERVER: RawContextKey; export declare const CONTEXT_HAS_REMOTE_SERVER: RawContextKey; export declare const CONTEXT_HAS_WEB_SERVER: RawContextKey;