/** * This code loads environment values from SSM and places them in their corresponding environment variables. * If there are no SSM environment values for this function, this is a noop. */ import type { SSM } from '@aws-sdk/client-ssm'; /** * Reads SSM environment context from a known Amplify environment variable, * fetches values from SSM and places those values in the corresponding environment variables */ export declare const internalAmplifyFunctionResolveSsmParams: (client?: SSM) => Promise; //# sourceMappingURL=resolve_ssm_params.d.ts.map