import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateChannelCommandInput extends UpdateChannelRequest {} export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {} declare const UpdateChannelCommand_base: { new ( input: UpdateChannelCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateChannelCommandInput, UpdateChannelCommandOutput, import("..").MediaPackageClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateChannelCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateChannelCommandInput, UpdateChannelCommandOutput, import("..").MediaPackageClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateChannelCommand extends UpdateChannelCommand_base { protected static __types: { api: { input: UpdateChannelRequest; output: UpdateChannelResponse; }; sdk: { input: UpdateChannelCommandInput; output: UpdateChannelCommandOutput; }; }; }