import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteChannelCommandInput extends DeleteChannelRequest {} export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {} declare const DeleteChannelCommand_base: { new ( input: DeleteChannelCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteChannelCommandInput, DeleteChannelCommandOutput, import("..").MediaPackageClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteChannelCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteChannelCommandInput, DeleteChannelCommandOutput, import("..").MediaPackageClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteChannelCommand extends DeleteChannelCommand_base { protected static __types: { api: { input: DeleteChannelRequest; output: {}; }; sdk: { input: DeleteChannelCommandInput; output: DeleteChannelCommandOutput; }; }; }