import { type McpName } from "./constants"; export declare function askConfigureMcps(): Promise<"keep_all" | "customize" | null>; export declare function pickMcpsToEnable(currentDisabled: McpName[]): Promise; export declare function showMcpStatus(disabledMcps: McpName[]): void;