import type { SetupSandboxContext } from '../../../../sandbox/types.js'; import type { SandboxFetch, SandboxTool } from '../types.js'; /** * Builds the `setupContext` that shapes the shared sandbox (`~/server/sandbox`) for code * mode: the given tools — and, when provided, host fetch — become host-function rails, each * capped and bound by the run's budget, and the fetch prelude installs the guest `fetch` * surface over its rail. */ export declare function createSandboxSetup(tools: Record, hostFetch?: SandboxFetch): SetupSandboxContext; //# sourceMappingURL=create-sandbox-setup.d.ts.map