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