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