import { $TSAny, $TSContext } from '@aws-amplify/amplify-cli-core'; export declare const invokePluginMethod: (context: $TSContext, category: string, service: string | undefined, method: string, args: $TSAny[]) => Promise; //# sourceMappingURL=invoke-plugin-method.d.ts.map