import { Command as $Command } from "@smithy/core/client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  GetEmailAddressInsightsRequest,
  GetEmailAddressInsightsResponse,
} from "../models/models_0";
import {
  ServiceInputTypes,
  ServiceOutputTypes,
  SESv2ClientResolvedConfig,
} from "../SESv2Client";
export { __MetadataBearer };
export { $Command };
export interface GetEmailAddressInsightsCommandInput
  extends GetEmailAddressInsightsRequest {}
export interface GetEmailAddressInsightsCommandOutput
  extends GetEmailAddressInsightsResponse,
    __MetadataBearer {}
declare const GetEmailAddressInsightsCommand_base: {
  new (
    input: GetEmailAddressInsightsCommandInput
  ): import("@smithy/core/client").CommandImpl<
    GetEmailAddressInsightsCommandInput,
    GetEmailAddressInsightsCommandOutput,
    SESv2ClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    input: GetEmailAddressInsightsCommandInput
  ): import("@smithy/core/client").CommandImpl<
    GetEmailAddressInsightsCommandInput,
    GetEmailAddressInsightsCommandOutput,
    SESv2ClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): {
    [x: string]: unknown;
  };
};
export declare class GetEmailAddressInsightsCommand extends GetEmailAddressInsightsCommand_base {
  protected static __types: {
    api: {
      input: GetEmailAddressInsightsRequest;
      output: GetEmailAddressInsightsResponse;
    };
    sdk: {
      input: GetEmailAddressInsightsCommandInput;
      output: GetEmailAddressInsightsCommandOutput;
    };
  };
}
