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