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