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