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