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