import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../MediaPackageClient"; import { DescribeChannelRequest, DescribeChannelResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeChannelCommandInput extends DescribeChannelRequest {} export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {} declare const DescribeChannelCommand_base: { new ( input: DescribeChannelCommandInput ): import("@smithy/core/client").CommandImpl< DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeChannelCommandInput ): import("@smithy/core/client").CommandImpl< DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DescribeChannelCommand extends DescribeChannelCommand_base { protected static __types: { api: { input: DescribeChannelRequest; output: DescribeChannelResponse; }; sdk: { input: DescribeChannelCommandInput; output: DescribeChannelCommandOutput; }; }; }