export interface McpEditOptions { file?: string; editor?: string; } /** * Open MCP_CONFIG.md in default editor */ export declare function mcpEdit(options?: McpEditOptions): Promise; //# sourceMappingURL=edit.d.ts.map