import { $TSAny, $TSContext } from '@aws-amplify/amplify-cli-core'; export declare const getProviderPlugins: (context: $TSContext) => Record; export declare const getConfiguredProviders: (context: $TSContext) => Record; export declare const executeProviderCommand: (context: $TSContext, command: string, args?: unknown[]) => Promise<$TSAny>; //# sourceMappingURL=get-provider-plugins.d.ts.map