import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateModelManifestRequest, CreateModelManifestResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateModelManifestCommandInput extends CreateModelManifestRequest {} export interface CreateModelManifestCommandOutput extends CreateModelManifestResponse, __MetadataBearer {} declare const CreateModelManifestCommand_base: { new ( input: CreateModelManifestCommandInput, ): import("@smithy/core/client").CommandImpl< CreateModelManifestCommandInput, CreateModelManifestCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateModelManifestCommandInput, ): import("@smithy/core/client").CommandImpl< CreateModelManifestCommandInput, CreateModelManifestCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateModelManifestCommand extends CreateModelManifestCommand_base { protected static __types: { api: { input: CreateModelManifestRequest; output: CreateModelManifestResponse; }; sdk: { input: CreateModelManifestCommandInput; output: CreateModelManifestCommandOutput; }; }; }