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