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