import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SendOTPMessageRequest, SendOTPMessageResponse, } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface SendOTPMessageCommandInput extends SendOTPMessageRequest {} export interface SendOTPMessageCommandOutput extends SendOTPMessageResponse, __MetadataBearer {} declare const SendOTPMessageCommand_base: { new ( input: SendOTPMessageCommandInput ): import("@smithy/smithy-client").CommandImpl< SendOTPMessageCommandInput, SendOTPMessageCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: SendOTPMessageCommandInput ): import("@smithy/smithy-client").CommandImpl< SendOTPMessageCommandInput, SendOTPMessageCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class SendOTPMessageCommand extends SendOTPMessageCommand_base { protected static __types: { api: { input: SendOTPMessageRequest; output: SendOTPMessageResponse; }; sdk: { input: SendOTPMessageCommandInput; output: SendOTPMessageCommandOutput; }; }; }