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