import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetLoggingOptionsRequest, GetLoggingOptionsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetLoggingOptionsCommandInput extends GetLoggingOptionsRequest {} export interface GetLoggingOptionsCommandOutput extends GetLoggingOptionsResponse, __MetadataBearer {} declare const GetLoggingOptionsCommand_base: { new ( input: GetLoggingOptionsCommandInput, ): import("@smithy/core/client").CommandImpl< GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetLoggingOptionsCommandInput] ): import("@smithy/core/client").CommandImpl< GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetLoggingOptionsCommand extends GetLoggingOptionsCommand_base { protected static __types: { api: { input: {}; output: GetLoggingOptionsResponse; }; sdk: { input: GetLoggingOptionsCommandInput; output: GetLoggingOptionsCommandOutput; }; }; }