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