import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateDecoderManifestRequest, CreateDecoderManifestResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateDecoderManifestCommandInput extends CreateDecoderManifestRequest {} export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifestResponse, __MetadataBearer {} declare const CreateDecoderManifestCommand_base: { new ( input: CreateDecoderManifestCommandInput, ): import("@smithy/core/client").CommandImpl< CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateDecoderManifestCommandInput, ): import("@smithy/core/client").CommandImpl< CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateDecoderManifestCommand extends CreateDecoderManifestCommand_base { protected static __types: { api: { input: CreateDecoderManifestRequest; output: CreateDecoderManifestResponse; }; sdk: { input: CreateDecoderManifestCommandInput; output: CreateDecoderManifestCommandOutput; }; }; }