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