import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudTrailClient"; 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/smithy-client").CommandImpl< UpdateChannelCommandInput, UpdateChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateChannelCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateChannelCommandInput, UpdateChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateChannelCommand extends UpdateChannelCommand_base { protected static __types: { api: { input: UpdateChannelRequest; output: UpdateChannelResponse; }; sdk: { input: UpdateChannelCommandInput; output: UpdateChannelCommandOutput; }; }; }