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