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