UNPKG

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