import { GetSecretValueCommand, GetSecretValueCommandInput, GetSecretValueCommandOutput, SecretsManagerClient } from '@aws-sdk/client-secrets-manager'; /** * Re-exporting commands to be helpful so clients may not have to import the AWS SDK directly. */ export { GetSecretValueCommand, GetSecretValueCommandInput, GetSecretValueCommandOutput, }; export declare function getSecretsManagerClient(region?: string): SecretsManagerClient; export declare function getSecret(secretArn: string, client?: SecretsManagerClient): Promise>; //# sourceMappingURL=secrets-manager.d.ts.map