import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteIdentityPolicyRequest, DeleteIdentityPolicyResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteIdentityPolicyCommandInput extends DeleteIdentityPolicyRequest {} export interface DeleteIdentityPolicyCommandOutput extends DeleteIdentityPolicyResponse, __MetadataBearer {} declare const DeleteIdentityPolicyCommand_base: { new ( input: DeleteIdentityPolicyCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteIdentityPolicyCommandInput, DeleteIdentityPolicyCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteIdentityPolicyCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteIdentityPolicyCommandInput, DeleteIdentityPolicyCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteIdentityPolicyCommand extends DeleteIdentityPolicyCommand_base { protected static __types: { api: { input: DeleteIdentityPolicyRequest; output: {}; }; sdk: { input: DeleteIdentityPolicyCommandInput; output: DeleteIdentityPolicyCommandOutput; }; }; }