import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { SetLoggingOptionsRequest } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface SetLoggingOptionsCommandInput extends SetLoggingOptionsRequest {} export interface SetLoggingOptionsCommandOutput extends __MetadataBearer {} declare const SetLoggingOptionsCommand_base: { new ( input: SetLoggingOptionsCommandInput ): import("@smithy/core/client").CommandImpl< SetLoggingOptionsCommandInput, SetLoggingOptionsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: SetLoggingOptionsCommandInput ): import("@smithy/core/client").CommandImpl< SetLoggingOptionsCommandInput, SetLoggingOptionsCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class SetLoggingOptionsCommand extends SetLoggingOptionsCommand_base { protected static __types: { api: { input: SetLoggingOptionsRequest; output: {}; }; sdk: { input: SetLoggingOptionsCommandInput; output: SetLoggingOptionsCommandOutput; }; }; }