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