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