import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTWirelessClient"; import { UpdateLogLevelsByResourceTypesRequest, UpdateLogLevelsByResourceTypesResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface UpdateLogLevelsByResourceTypesCommandInput extends UpdateLogLevelsByResourceTypesRequest {} export interface UpdateLogLevelsByResourceTypesCommandOutput extends UpdateLogLevelsByResourceTypesResponse, __MetadataBearer {} declare const UpdateLogLevelsByResourceTypesCommand_base: { new ( input: UpdateLogLevelsByResourceTypesCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [UpdateLogLevelsByResourceTypesCommandInput] ): import("@smithy/smithy-client").CommandImpl< UpdateLogLevelsByResourceTypesCommandInput, UpdateLogLevelsByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateLogLevelsByResourceTypesCommand extends UpdateLogLevelsByResourceTypesCommand_base { protected static __types: { api: { input: UpdateLogLevelsByResourceTypesRequest; output: {}; }; sdk: { input: UpdateLogLevelsByResourceTypesCommandInput; output: UpdateLogLevelsByResourceTypesCommandOutput; }; }; }