import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  ListCustomVerificationEmailTemplatesRequest,
  ListCustomVerificationEmailTemplatesResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface ListCustomVerificationEmailTemplatesCommandInput extends ListCustomVerificationEmailTemplatesRequest {}
export interface ListCustomVerificationEmailTemplatesCommandOutput
  extends ListCustomVerificationEmailTemplatesResponse, __MetadataBearer {}
declare const ListCustomVerificationEmailTemplatesCommand_base: {
  new (
    input: ListCustomVerificationEmailTemplatesCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    ListCustomVerificationEmailTemplatesCommandInput,
    ListCustomVerificationEmailTemplatesCommandOutput,
    import("..").SESv2ClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    ...[input]: [] | [ListCustomVerificationEmailTemplatesCommandInput]
  ): import("@smithy/core/client").CommandImpl<
    ListCustomVerificationEmailTemplatesCommandInput,
    ListCustomVerificationEmailTemplatesCommandOutput,
    import("..").SESv2ClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class ListCustomVerificationEmailTemplatesCommand extends ListCustomVerificationEmailTemplatesCommand_base {
  protected static __types: {
    api: {
      input: ListCustomVerificationEmailTemplatesRequest;
      output: ListCustomVerificationEmailTemplatesResponse;
    };
    sdk: {
      input: ListCustomVerificationEmailTemplatesCommandInput;
      output: ListCustomVerificationEmailTemplatesCommandOutput;
    };
  };
}
