import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteIdentityRequest, DeleteIdentityResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteIdentityCommandInput extends DeleteIdentityRequest {} export interface DeleteIdentityCommandOutput extends DeleteIdentityResponse, __MetadataBearer {} declare const DeleteIdentityCommand_base: { new ( input: DeleteIdentityCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteIdentityCommandInput, DeleteIdentityCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteIdentityCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteIdentityCommandInput, DeleteIdentityCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteIdentityCommand extends DeleteIdentityCommand_base { protected static __types: { api: { input: DeleteIdentityRequest; output: {}; }; sdk: { input: DeleteIdentityCommandInput; output: DeleteIdentityCommandOutput; }; }; }