import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteModelManifestRequest, DeleteModelManifestResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteModelManifestCommandInput extends DeleteModelManifestRequest {} export interface DeleteModelManifestCommandOutput extends DeleteModelManifestResponse, __MetadataBearer {} declare const DeleteModelManifestCommand_base: { new ( input: DeleteModelManifestCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteModelManifestCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteModelManifestCommand extends DeleteModelManifestCommand_base { protected static __types: { api: { input: DeleteModelManifestRequest; output: DeleteModelManifestResponse; }; sdk: { input: DeleteModelManifestCommandInput; output: DeleteModelManifestCommandOutput; }; }; }