export declare const sandboxDevTools: { executeSandboxDevLoop: import("ai").Tool<{ compileCommand: string; testCommand: string; cwd?: string | undefined; }, { success: boolean; stage: string; exitCode: any; stdout: any; stderr: any; diagnostics: string; }>; }; //# sourceMappingURL=sandbox-dev.tool.d.ts.map