import type { AwsCredentialIdentity, Provider } from "@aws-sdk/types"; export type CredentialOptions = { accessKeyId?: string; profile?: string; secretAccessKey?: string; sessionToken?: string; }; export declare function getCredentials(options: CredentialOptions): AwsCredentialIdentity | Provider | undefined; //# sourceMappingURL=credentials.d.ts.map