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