import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteVoiceChannelRequest, DeleteVoiceChannelResponse, } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteVoiceChannelCommandInput extends DeleteVoiceChannelRequest {} export interface DeleteVoiceChannelCommandOutput extends DeleteVoiceChannelResponse, __MetadataBearer {} declare const DeleteVoiceChannelCommand_base: { new ( input: DeleteVoiceChannelCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteVoiceChannelCommandInput, DeleteVoiceChannelCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteVoiceChannelCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteVoiceChannelCommandInput, DeleteVoiceChannelCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteVoiceChannelCommand extends DeleteVoiceChannelCommand_base { protected static __types: { api: { input: DeleteVoiceChannelRequest; output: DeleteVoiceChannelResponse; }; sdk: { input: DeleteVoiceChannelCommandInput; output: DeleteVoiceChannelCommandOutput; }; }; }