import { PluginPlatform } from '@aws-amplify/amplify-cli-core'; export 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