/** * qa360-mcp up - Start MCP Server with auto-recovery */ interface UpOptions { stdio?: boolean; port?: string; allowRun?: boolean; allowSecrets?: boolean; verbose?: boolean; } export declare function upCommand(options: UpOptions): Promise; export {}; //# sourceMappingURL=up.d.ts.map