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