import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetChannelRequest, GetChannelResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetChannelCommandInput extends GetChannelRequest {} export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataBearer {} declare const GetChannelCommand_base: { new ( input: GetChannelCommandInput, ): import("@smithy/core/client").CommandImpl< GetChannelCommandInput, GetChannelCommandOutput, import("..").MediaPackageV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetChannelCommandInput, ): import("@smithy/core/client").CommandImpl< GetChannelCommandInput, GetChannelCommandOutput, import("..").MediaPackageV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetChannelCommand extends GetChannelCommand_base { protected static __types: { api: { input: GetChannelRequest; output: GetChannelResponse; }; sdk: { input: GetChannelCommandInput; output: GetChannelCommandOutput; }; }; }