/** * Terminal MCP Tools for CLI * * Terminal session management with real command execution. */ import type { MCPTool } from './types.js'; /** Returns a copy of `env` with secret-shaped variable names removed. */ export declare function filterSecretEnvVars(env: NodeJS.ProcessEnv): Record; export declare const terminalTools: MCPTool[]; //# sourceMappingURL=terminal-tools.d.ts.map