import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetDecoderManifestRequest, GetDecoderManifestResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetDecoderManifestCommandInput extends GetDecoderManifestRequest {} export interface GetDecoderManifestCommandOutput extends GetDecoderManifestResponse, __MetadataBearer {} declare const GetDecoderManifestCommand_base: { new ( input: GetDecoderManifestCommandInput, ): import("@smithy/core/client").CommandImpl< GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetDecoderManifestCommandInput, ): import("@smithy/core/client").CommandImpl< GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetDecoderManifestCommand extends GetDecoderManifestCommand_base { protected static __types: { api: { input: GetDecoderManifestRequest; output: GetDecoderManifestResponse; }; sdk: { input: GetDecoderManifestCommandInput; output: GetDecoderManifestCommandOutput; }; }; }