/** * @module SecretsManager */ export declare const getSecretString: (SecretId: string) => Promise; //# sourceMappingURL=SecretsManager.d.ts.map