import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ImportDecoderManifestRequest, ImportDecoderManifestResponse } from "../models/models_0"; export { __MetadataBearer }; export interface ImportDecoderManifestCommandInput extends ImportDecoderManifestRequest {} export interface ImportDecoderManifestCommandOutput extends ImportDecoderManifestResponse, __MetadataBearer {} declare const ImportDecoderManifestCommand_base: { new ( input: ImportDecoderManifestCommandInput, ): import("@smithy/core/client").CommandImpl< ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ImportDecoderManifestCommandInput, ): import("@smithy/core/client").CommandImpl< ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ImportDecoderManifestCommand extends ImportDecoderManifestCommand_base { protected static __types: { api: { input: ImportDecoderManifestRequest; output: ImportDecoderManifestResponse; }; sdk: { input: ImportDecoderManifestCommandInput; output: ImportDecoderManifestCommandOutput; }; }; }