import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetIdentityPoolRolesInput, GetIdentityPoolRolesResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetIdentityPoolRolesCommandInput extends GetIdentityPoolRolesInput {} export interface GetIdentityPoolRolesCommandOutput extends GetIdentityPoolRolesResponse, __MetadataBearer {} declare const GetIdentityPoolRolesCommand_base: { new ( input: GetIdentityPoolRolesCommandInput, ): import("@smithy/core/client").CommandImpl< GetIdentityPoolRolesCommandInput, GetIdentityPoolRolesCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetIdentityPoolRolesCommandInput, ): import("@smithy/core/client").CommandImpl< GetIdentityPoolRolesCommandInput, GetIdentityPoolRolesCommandOutput, import("..").CognitoIdentityClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetIdentityPoolRolesCommand extends GetIdentityPoolRolesCommand_base { protected static __types: { api: { input: GetIdentityPoolRolesInput; output: GetIdentityPoolRolesResponse; }; sdk: { input: GetIdentityPoolRolesCommandInput; output: GetIdentityPoolRolesCommandOutput; }; }; }