/** Default session name injected for all MCP tool calls unless --session is explicit. */ export declare const MCP_DEFAULT_SESSION = "_mcp"; /** * Normalizes MCP CLI args: hoists --session to the front (Commander requires global * options before the subcommand) and injects the default MCP session when omitted. */ export declare function normalizeMcpArgs(args: string[]): string[]; /** @deprecated Use normalizeMcpArgs */ export declare function withMcpSession(args: string[]): string[]; //# sourceMappingURL=session-args.d.ts.map