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