import type { ACodeBuiltInTool, BackgroundToolDeps } from "./built-in-file-tools.js"; export declare function createListBackgroundCommandsTool(agentId: string, deps: BackgroundToolDeps): ACodeBuiltInTool; export declare function createKillBackgroundCommandTool(agentId: string, deps: BackgroundToolDeps): ACodeBuiltInTool; export declare function createReadBackgroundOutputTool(agentId: string, deps: BackgroundToolDeps): ACodeBuiltInTool;