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