import { GetCallerIdentityCommand, GetCallerIdentityCommandInput, GetCallerIdentityCommandOutput, STSClient } from '@aws-sdk/client-sts'; export { STSClient, GetCallerIdentityCommand, GetCallerIdentityCommandInput, GetCallerIdentityCommandOutput, }; export declare function getStsClient(region?: string): STSClient; //# sourceMappingURL=sts.d.ts.map