import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SendVoiceMessageRequest, SendVoiceMessageResponse } from "../models/models_0"; export { __MetadataBearer }; export interface SendVoiceMessageCommandInput extends SendVoiceMessageRequest {} export interface SendVoiceMessageCommandOutput extends SendVoiceMessageResponse, __MetadataBearer {} declare const SendVoiceMessageCommand_base: { new ( input: SendVoiceMessageCommandInput, ): import("@smithy/core/client").CommandImpl< SendVoiceMessageCommandInput, SendVoiceMessageCommandOutput, import("..").PinpointSMSVoiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [SendVoiceMessageCommandInput] ): import("@smithy/core/client").CommandImpl< SendVoiceMessageCommandInput, SendVoiceMessageCommandOutput, import("..").PinpointSMSVoiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class SendVoiceMessageCommand extends SendVoiceMessageCommand_base { protected static __types: { api: { input: SendVoiceMessageRequest; output: SendVoiceMessageResponse; }; sdk: { input: SendVoiceMessageCommandInput; output: SendVoiceMessageCommandOutput; }; }; }