import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTWirelessClient"; import { ResetAllResourceLogLevelsRequest, ResetAllResourceLogLevelsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface ResetAllResourceLogLevelsCommandInput extends ResetAllResourceLogLevelsRequest {} export interface ResetAllResourceLogLevelsCommandOutput extends ResetAllResourceLogLevelsResponse, __MetadataBearer {} declare const ResetAllResourceLogLevelsCommand_base: { new ( input: ResetAllResourceLogLevelsCommandInput ): import("@smithy/smithy-client").CommandImpl< ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [ResetAllResourceLogLevelsCommandInput] ): import("@smithy/smithy-client").CommandImpl< ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ResetAllResourceLogLevelsCommand extends ResetAllResourceLogLevelsCommand_base { protected static __types: { api: { input: {}; output: {}; }; sdk: { input: ResetAllResourceLogLevelsCommandInput; output: ResetAllResourceLogLevelsCommandOutput; }; }; }