import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetModelManifestRequest, GetModelManifestResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetModelManifestCommandInput extends GetModelManifestRequest {} export interface GetModelManifestCommandOutput extends GetModelManifestResponse, __MetadataBearer {} declare const GetModelManifestCommand_base: { new ( input: GetModelManifestCommandInput, ): import("@smithy/core/client").CommandImpl< GetModelManifestCommandInput, GetModelManifestCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetModelManifestCommandInput, ): import("@smithy/core/client").CommandImpl< GetModelManifestCommandInput, GetModelManifestCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetModelManifestCommand extends GetModelManifestCommand_base { protected static __types: { api: { input: GetModelManifestRequest; output: GetModelManifestResponse; }; sdk: { input: GetModelManifestCommandInput; output: GetModelManifestCommandOutput; }; }; }