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