import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SendContactMethodVerificationRequest, SendContactMethodVerificationResult, } from "../models/models_1"; export { __MetadataBearer }; export interface SendContactMethodVerificationCommandInput extends SendContactMethodVerificationRequest {} export interface SendContactMethodVerificationCommandOutput extends SendContactMethodVerificationResult, __MetadataBearer {} declare const SendContactMethodVerificationCommand_base: { new ( input: SendContactMethodVerificationCommandInput, ): import("@smithy/core/client").CommandImpl< SendContactMethodVerificationCommandInput, SendContactMethodVerificationCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: SendContactMethodVerificationCommandInput, ): import("@smithy/core/client").CommandImpl< SendContactMethodVerificationCommandInput, SendContactMethodVerificationCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class SendContactMethodVerificationCommand extends SendContactMethodVerificationCommand_base { protected static __types: { api: { input: SendContactMethodVerificationRequest; output: SendContactMethodVerificationResult; }; sdk: { input: SendContactMethodVerificationCommandInput; output: SendContactMethodVerificationCommandOutput; }; }; }