import { $TSContext, $TSAny } from '@aws-amplify/amplify-cli-core'; export declare const addWalkthrough: (context: $TSContext, defaultValuesFilename: string) => Promise<$TSAny>; export declare const writeParams: (resourceDirPath: string, values: Array<$TSAny>) => void; export declare const migrate: (context: $TSContext) => void; export declare const getIAMPolicies: (resourceName: string, crudOptions: $TSAny) => $TSAny; //# sourceMappingURL=pinpoint-walkthrough.d.ts.map