import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ImportModelRequest, ImportModelResponse } from "../models/models_0"; export { __MetadataBearer }; export interface ImportModelCommandInput extends ImportModelRequest {} export interface ImportModelCommandOutput extends ImportModelResponse, __MetadataBearer {} declare const ImportModelCommand_base: { new ( input: ImportModelCommandInput, ): import("@smithy/core/client").CommandImpl< ImportModelCommandInput, ImportModelCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ImportModelCommandInput, ): import("@smithy/core/client").CommandImpl< ImportModelCommandInput, ImportModelCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ImportModelCommand extends ImportModelCommand_base { protected static __types: { api: { input: ImportModelRequest; output: ImportModelResponse; }; sdk: { input: ImportModelCommandInput; output: ImportModelCommandOutput; }; }; }