import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../MediaConnectClient"; import { GrantFlowEntitlementsRequest, GrantFlowEntitlementsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GrantFlowEntitlementsCommandInput extends GrantFlowEntitlementsRequest {} export interface GrantFlowEntitlementsCommandOutput extends GrantFlowEntitlementsResponse, __MetadataBearer {} declare const GrantFlowEntitlementsCommand_base: { new ( input: GrantFlowEntitlementsCommandInput ): import("@smithy/smithy-client").CommandImpl< GrantFlowEntitlementsCommandInput, GrantFlowEntitlementsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GrantFlowEntitlementsCommandInput ): import("@smithy/smithy-client").CommandImpl< GrantFlowEntitlementsCommandInput, GrantFlowEntitlementsCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GrantFlowEntitlementsCommand extends GrantFlowEntitlementsCommand_base { protected static __types: { api: { input: GrantFlowEntitlementsRequest; output: GrantFlowEntitlementsResponse; }; sdk: { input: GrantFlowEntitlementsCommandInput; output: GrantFlowEntitlementsCommandOutput; }; }; }