import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../MediaPackageClient"; import { UpdateChannelRequest, UpdateChannelResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; 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, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateChannelCommandInput ): import("@smithy/core/client").CommandImpl< UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateChannelCommand extends UpdateChannelCommand_base { protected static __types: { api: { input: UpdateChannelRequest; output: UpdateChannelResponse; }; sdk: { input: UpdateChannelCommandInput; output: UpdateChannelCommandOutput; }; }; }