import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutLoggingOptionsRequest, PutLoggingOptionsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface PutLoggingOptionsCommandInput extends PutLoggingOptionsRequest {} export interface PutLoggingOptionsCommandOutput extends PutLoggingOptionsResponse, __MetadataBearer {} declare const PutLoggingOptionsCommand_base: { new ( input: PutLoggingOptionsCommandInput, ): import("@smithy/core/client").CommandImpl< PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PutLoggingOptionsCommandInput, ): import("@smithy/core/client").CommandImpl< PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PutLoggingOptionsCommand extends PutLoggingOptionsCommand_base { protected static __types: { api: { input: PutLoggingOptionsRequest; output: {}; }; sdk: { input: PutLoggingOptionsCommandInput; output: PutLoggingOptionsCommandOutput; }; }; }