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