import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  GetCustomVerificationEmailTemplateRequest,
  GetCustomVerificationEmailTemplateResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface GetCustomVerificationEmailTemplateCommandInput extends GetCustomVerificationEmailTemplateRequest {}
export interface GetCustomVerificationEmailTemplateCommandOutput
  extends GetCustomVerificationEmailTemplateResponse, __MetadataBearer {}
declare const GetCustomVerificationEmailTemplateCommand_base: {
  new (
    input: GetCustomVerificationEmailTemplateCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    GetCustomVerificationEmailTemplateCommandInput,
    GetCustomVerificationEmailTemplateCommandOutput,
    import("..").SESv2ClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: GetCustomVerificationEmailTemplateCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    GetCustomVerificationEmailTemplateCommandInput,
    GetCustomVerificationEmailTemplateCommandOutput,
    import("..").SESv2ClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class GetCustomVerificationEmailTemplateCommand extends GetCustomVerificationEmailTemplateCommand_base {
  protected static __types: {
    api: {
      input: GetCustomVerificationEmailTemplateRequest;
      output: GetCustomVerificationEmailTemplateResponse;
    };
    sdk: {
      input: GetCustomVerificationEmailTemplateCommandInput;
      output: GetCustomVerificationEmailTemplateCommandOutput;
    };
  };
}
