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