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