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