export declare function mcpListCommand(): Promise; export declare function mcpAddCommand(serverArg?: string): Promise; export declare function mcpChromeStartCommand(): Promise; export declare function mcpRemoveCommand(serverName: string): Promise; export declare function mcpEnableCommand(serverName: string): Promise; export declare function mcpDisableCommand(serverName: string): Promise; export declare function mcpTestCommand(serverName: string): Promise;