import type { HarnessV1SandboxProvider } from "@ai-sdk/harness"; /** * `ai-sdk-sandbox-local@0.1.2` still ships deprecated `getPortUrl` only. * Claude Code's harness treats a session without `getPortEndpoint` as a basic * sandbox and then demands an explicit port — wrap until the local provider * catches up. */ export declare function withGetPortEndpoint(provider: HarnessV1SandboxProvider): HarnessV1SandboxProvider; //# sourceMappingURL=sandbox.d.ts.map