/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { WebSandbox } from "@breadboard-ai/jsandbox/web"; export { sandbox }; declare const sandbox: WebSandbox; //# sourceMappingURL=sandbox.d.ts.map