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