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