import type { ArgsParams, VSCodeProxyOptions } from './types.js'; export declare const VSCODE_CAPABILITY_KEY: "wdio:vscodeOptions"; export declare const DEFAULT_CHANNEL = "stable"; export declare const VSCODE_APPLICATION_ARGS: ArgsParams; export declare const SETTINGS_KEY = "wdioVSCodeService.proxy"; export declare const DEFAULT_VSCODE_SETTINGS: { 'window.titleBarStyle': string; 'workbench.editor.enablePreview': boolean; 'window.restoreFullscreen': boolean; 'window.newWindowDimensions': string; 'security.workspace.trust.enabled': boolean; 'window.dialogStyle': string; 'files.simpleDialog.enable': boolean; /** * for service specific configuration of the VSCode API proxy */ "wdioVSCodeService.proxy": {}; }; export declare const VSCODE_RELEASES = "https://update.code.visualstudio.com/api/releases/stable"; export declare const VSCODE_INSIDER_RELEASES = "https://update.code.visualstudio.com/api/releases/insider"; export declare const VSCODE_MANIFEST_URL = "https://raw.githubusercontent.com/microsoft/vscode/%s/cgmanifest.json"; export declare const VSCODE_INSIDER_MANIFEST_URL = "https://raw.githubusercontent.com/microsoft/vscode/refs/heads/main/cgmanifest.json"; export declare const VSCODE_WEB_STANDALONE = "https://update.code.visualstudio.com/api/update/web-standalone/%s/latest"; export declare const DEFAULT_VSCODE_WEB_HOSTNAME = "localhost"; export declare const DEFAULT_VSCODE_WEB_PORT = 3000; export declare const DEFAULT_CACHE_PATH: string; export declare const CMD_KEY: "" | ""; export declare const DEFAULT_PROXY_OPTIONS: VSCodeProxyOptions; //# sourceMappingURL=constants.d.ts.map