import * as z from "zod"; export declare const DEFAULT_BLOCKED_COMMANDS: string[]; /** * Creates a tool that executes terminal commands safely */ export declare const createCommandExecuteTool: (workspace: string, envVariables?: Record, blockedCommands?: string[], allowScriptExecution?: boolean, timeoutInMilliseconds?: number, // Default timeout of 5 minutes maxOutputChars?: number) => import("langchain").DynamicStructuredTool, { command: string; }, { command: string; }, string, "command_execute">;