export declare function scanPluginEmbeddedMcps(): any; export declare function getInstalledMcpList(): any[]; export declare function buildMcpList(categoryFilter: any): any[]; export declare function installMcpServer(entry: any): void; export declare function uninstallMcpServer(name: any): void; export declare function getCapabilityMcpList(): any; export declare function buildInstalledMcpRows(): any; export declare function getMcpActions(mitem: any): any[];