import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateApnsChannelRequest, UpdateApnsChannelResponse, } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface UpdateApnsChannelCommandInput extends UpdateApnsChannelRequest {} export interface UpdateApnsChannelCommandOutput extends UpdateApnsChannelResponse, __MetadataBearer {} declare const UpdateApnsChannelCommand_base: { new ( input: UpdateApnsChannelCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateApnsChannelCommandInput, UpdateApnsChannelCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateApnsChannelCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateApnsChannelCommandInput, UpdateApnsChannelCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateApnsChannelCommand extends UpdateApnsChannelCommand_base { protected static __types: { api: { input: UpdateApnsChannelRequest; output: UpdateApnsChannelResponse; }; sdk: { input: UpdateApnsChannelCommandInput; output: UpdateApnsChannelCommandOutput; }; }; }