import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  GetCredentialsForIdentityInput,
  GetCredentialsForIdentityResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface GetCredentialsForIdentityCommandInput extends GetCredentialsForIdentityInput {}
export interface GetCredentialsForIdentityCommandOutput
  extends GetCredentialsForIdentityResponse, __MetadataBearer {}
declare const GetCredentialsForIdentityCommand_base: {
  new (
    input: GetCredentialsForIdentityCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    GetCredentialsForIdentityCommandInput,
    GetCredentialsForIdentityCommandOutput,
    import("..").CognitoIdentityClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: GetCredentialsForIdentityCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    GetCredentialsForIdentityCommandInput,
    GetCredentialsForIdentityCommandOutput,
    import("..").CognitoIdentityClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class GetCredentialsForIdentityCommand extends GetCredentialsForIdentityCommand_base {
  protected static __types: {
    api: {
      input: GetCredentialsForIdentityInput;
      output: GetCredentialsForIdentityResponse;
    };
    sdk: {
      input: GetCredentialsForIdentityCommandInput;
      output: GetCredentialsForIdentityCommandOutput;
    };
  };
}
