import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateCustomVerificationEmailTemplateRequest } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateCustomVerificationEmailTemplateCommandInput extends UpdateCustomVerificationEmailTemplateRequest {} export interface UpdateCustomVerificationEmailTemplateCommandOutput extends __MetadataBearer {} declare const UpdateCustomVerificationEmailTemplateCommand_base: { new ( input: UpdateCustomVerificationEmailTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateCustomVerificationEmailTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateCustomVerificationEmailTemplateCommand extends UpdateCustomVerificationEmailTemplateCommand_base { protected static __types: { api: { input: UpdateCustomVerificationEmailTemplateRequest; output: {}; }; sdk: { input: UpdateCustomVerificationEmailTemplateCommandInput; output: UpdateCustomVerificationEmailTemplateCommandOutput; }; }; }