import { AwsCredentialIdentity, Provider } from "@smithy/types"; export declare const getCacheKey: ( commandName: string, config: { credentials: Provider; }, options: { identifiers?: Record; } ) => Promise;