import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTWirelessClient"; import { CreateWirelessGatewayRequest, CreateWirelessGatewayResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateWirelessGatewayCommandInput extends CreateWirelessGatewayRequest {} export interface CreateWirelessGatewayCommandOutput extends CreateWirelessGatewayResponse, __MetadataBearer {} declare const CreateWirelessGatewayCommand_base: { new ( input: CreateWirelessGatewayCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateWirelessGatewayCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateWirelessGatewayCommandInput, CreateWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateWirelessGatewayCommand extends CreateWirelessGatewayCommand_base { protected static __types: { api: { input: CreateWirelessGatewayRequest; output: CreateWirelessGatewayResponse; }; sdk: { input: CreateWirelessGatewayCommandInput; output: CreateWirelessGatewayCommandOutput; }; }; }