import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  DeleteEmailIdentityPolicyRequest,
  DeleteEmailIdentityPolicyResponse,
} from "../models/models_0";
import {
  ServiceInputTypes,
  ServiceOutputTypes,
  SESv2ClientResolvedConfig,
} from "../SESv2Client";
export { __MetadataBearer };
export { $Command };
export interface DeleteEmailIdentityPolicyCommandInput
  extends DeleteEmailIdentityPolicyRequest {}
export interface DeleteEmailIdentityPolicyCommandOutput
  extends DeleteEmailIdentityPolicyResponse,
    __MetadataBearer {}
declare const DeleteEmailIdentityPolicyCommand_base: {
  new (
    input: DeleteEmailIdentityPolicyCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    DeleteEmailIdentityPolicyCommandInput,
    DeleteEmailIdentityPolicyCommandOutput,
    SESv2ClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    input: DeleteEmailIdentityPolicyCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    DeleteEmailIdentityPolicyCommandInput,
    DeleteEmailIdentityPolicyCommandOutput,
    SESv2ClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeleteEmailIdentityPolicyCommand extends DeleteEmailIdentityPolicyCommand_base {
  protected static __types: {
    api: {
      input: DeleteEmailIdentityPolicyRequest;
      output: {};
    };
    sdk: {
      input: DeleteEmailIdentityPolicyCommandInput;
      output: DeleteEmailIdentityPolicyCommandOutput;
    };
  };
}
