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