import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteDecoderManifestRequest, DeleteDecoderManifestResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteDecoderManifestCommandInput extends DeleteDecoderManifestRequest {} export interface DeleteDecoderManifestCommandOutput extends DeleteDecoderManifestResponse, __MetadataBearer {} declare const DeleteDecoderManifestCommand_base: { new ( input: DeleteDecoderManifestCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteDecoderManifestCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteDecoderManifestCommand extends DeleteDecoderManifestCommand_base { protected static __types: { api: { input: DeleteDecoderManifestRequest; output: DeleteDecoderManifestResponse; }; sdk: { input: DeleteDecoderManifestCommandInput; output: DeleteDecoderManifestCommandOutput; }; }; }