import type { ToolDefinition } from '../core/toolRuntime.js'; /** * Number of currently running background shells. Used by the chat-box footer. */ export declare function getBackgroundShellCount(): number; export declare function buildSandboxEnv(workingDir: string, options?: { preserveHome?: boolean; command?: string; }): Promise; export declare function createBashTools(workingDir: string): ToolDefinition[]; //# sourceMappingURL=bashTools.d.ts.map