import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetChannelPolicyRequest, GetChannelPolicyResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetChannelPolicyCommandInput extends GetChannelPolicyRequest {} export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse, __MetadataBearer {} declare const GetChannelPolicyCommand_base: { new ( input: GetChannelPolicyCommandInput, ): import("@smithy/core/client").CommandImpl< GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, import("..").MediaPackageV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetChannelPolicyCommandInput, ): import("@smithy/core/client").CommandImpl< GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, import("..").MediaPackageV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetChannelPolicyCommand extends GetChannelPolicyCommand_base { protected static __types: { api: { input: GetChannelPolicyRequest; output: GetChannelPolicyResponse; }; sdk: { input: GetChannelPolicyCommandInput; output: GetChannelPolicyCommandOutput; }; }; }