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