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