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