import { McpRequestContext, ToolCallResult } from "./types.js"; export declare const remoteSandboxHandler: ({ reqContext, args, endpoint, fetcher, }: { reqContext: McpRequestContext; args: any; endpoint: string | undefined; fetcher?: typeof fetch | undefined; }) => Promise; //# sourceMappingURL=remote-sandbox-handler.d.ts.map