/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type { HarnessProxyConfig, RunConfig } from "@breadboard-ai/types"; import { SettingsStore } from "@breadboard-ai/shared-ui/data/settings-store.js"; export declare const addNodeProxyServerConfig: (existingProxy: HarnessProxyConfig[], config: RunConfig, settings: SettingsStore | null, proxyUrl: string | undefined, boardServerProxyUrl: string | null) => RunConfig; //# sourceMappingURL=node-proxy-servers.d.ts.map