import type { AwsCredentialIdentityProvider } from '@smithy/types';
import { AwsConfiguration } from './types/awsConfiguration.js';
/**
 * Get AWS credentials provider
 * @param awsConfiguration
 * @returns
 */
declare function getCredentialsProvider(awsConfiguration: AwsConfiguration): AwsCredentialIdentityProvider;
export declare const AwsCredentials: {
    getCredentialsProvider: typeof getCredentialsProvider;
};
export {};
