import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTEventsClient"; import { DescribeLoggingOptionsRequest, DescribeLoggingOptionsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeLoggingOptionsCommandInput extends DescribeLoggingOptionsRequest {} export interface DescribeLoggingOptionsCommandOutput extends DescribeLoggingOptionsResponse, __MetadataBearer {} declare const DescribeLoggingOptionsCommand_base: { new ( input: DescribeLoggingOptionsCommandInput ): import("@smithy/core/client").CommandImpl< DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeLoggingOptionsCommandInput] ): import("@smithy/core/client").CommandImpl< DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DescribeLoggingOptionsCommand extends DescribeLoggingOptionsCommand_base { protected static __types: { api: { input: {}; output: DescribeLoggingOptionsResponse; }; sdk: { input: DescribeLoggingOptionsCommandInput; output: DescribeLoggingOptionsCommandOutput; }; }; }