import { PluginPlatform } from '../domain/plugin-platform'; export declare type PluginDescription = { name: string; type: string; packageName: string; packageVersion?: string; }; export declare function checkPlatformHealth(pluginPlatform: PluginPlatform): Promise; export declare function getOfficialPlugins(): { [key: string]: PluginDescription | Array; }; //# sourceMappingURL=platform-health-check.d.ts.map