/** The refusal when a sandbox cannot host a detached process; exported so the test states the same words. */ export declare const SANDBOX_CANNOT_DETACH = "run_in_background is unavailable: this sandbox cannot start a detached process, and the job will not be run on the host to get around it. Run the command in the foreground, or raise `timeout` up to the tool maximum."; /** * The refusal when a call asks to leave the sandbox without a confirmed * approval; exported so the test states the same words. */ export declare const SANDBOX_ESCAPE_NOT_APPROVED = "dangerously_disable_sandbox was not approved for this call, so the command did not run. Leaving the sandbox needs the user to confirm it each time, and this turn either cannot ask or does not allow it. Run the command inside the sandbox, or tell the user what it needs and let them run it."; export declare const BashTool: import("../../public-types.js").ToolDefinition<{ timeout: number; command: string; run_in_background?: boolean | undefined; dangerously_disable_sandbox?: boolean | undefined; }>; //# sourceMappingURL=bash.d.ts.map