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