import { $TSAny, $TSContext } from '@aws-amplify/amplify-cli-core'; export declare const addResource: (context: $TSContext, __: string, service: string) => $TSAny; export declare const updateResource: (context: $TSContext, __: string, service: string) => $TSAny; export declare const getPermissionPolicies: (context: $TSContext, service: string, resourceName: string, crudOptions: $TSAny) => $TSAny | undefined; //# sourceMappingURL=index.d.ts.map