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