import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateChannelCommandInput extends CreateChannelRequest {} export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {} declare const CreateChannelCommand_base: { new ( input: CreateChannelCommandInput, ): import("@smithy/core/client").CommandImpl< CreateChannelCommandInput, CreateChannelCommandOutput, import("..").MediaPackageClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateChannelCommandInput, ): import("@smithy/core/client").CommandImpl< CreateChannelCommandInput, CreateChannelCommandOutput, import("..").MediaPackageClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateChannelCommand extends CreateChannelCommand_base { protected static __types: { api: { input: CreateChannelRequest; output: CreateChannelResponse; }; sdk: { input: CreateChannelCommandInput; output: CreateChannelCommandOutput; }; }; }