import type { AwsCredentialIdentity, Provider } from "@smithy/types"; /** * Generate key to index the endpoints in the cache */ export declare const getCacheKey: (commandName: string, config: { credentials: Provider; }, options: { identifiers?: Record; }) => Promise;