import { type CliGlobalArgs } from '../context.js'; /** * Runs the MCP stdio server. * Accepts an additional --unsafe-raw-sign flag specific to MCP mode. */ export declare function runMcp(args: CliGlobalArgs, argv: string[]): Promise;