/**
 * @license
 * Copyright 2025 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { Config, SandboxConfig } from 'buroventures-harald-code-core';
export declare function start_sandbox(config: SandboxConfig, nodeArgs?: string[], cliConfig?: Config): Promise<void>;
