import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetChannelGroupRequest, GetChannelGroupResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetChannelGroupCommandInput extends GetChannelGroupRequest {} export interface GetChannelGroupCommandOutput extends GetChannelGroupResponse, __MetadataBearer {} declare const GetChannelGroupCommand_base: { new ( input: GetChannelGroupCommandInput, ): import("@smithy/core/client").CommandImpl< GetChannelGroupCommandInput, GetChannelGroupCommandOutput, import("..").MediaPackageV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetChannelGroupCommandInput, ): import("@smithy/core/client").CommandImpl< GetChannelGroupCommandInput, GetChannelGroupCommandOutput, import("..").MediaPackageV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetChannelGroupCommand extends GetChannelGroupCommand_base { protected static __types: { api: { input: GetChannelGroupRequest; output: GetChannelGroupResponse; }; sdk: { input: GetChannelGroupCommandInput; output: GetChannelGroupCommandOutput; }; }; }