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