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