import type { CommunityPlugin, PluginCapabilities } from './models';
export declare function fetchCommunityPlugins(): Promise<CommunityPlugin[]>;
export declare function listCommunityPlugins(installedPlugins: Map<string, PluginCapabilities>, communityPlugins?: CommunityPlugin[]): void;