export interface AwsCredentialsOptions { /** * The AWS Credentials profile to force. */ readonly profile: string; } export declare function configureAwsCredentials(options?: AwsCredentialsOptions): Promise;