import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ImportHubContentRequest, ImportHubContentResponse } from "../models/models_3"; export { __MetadataBearer }; export interface ImportHubContentCommandInput extends ImportHubContentRequest {} export interface ImportHubContentCommandOutput extends ImportHubContentResponse, __MetadataBearer {} declare const ImportHubContentCommand_base: { new ( input: ImportHubContentCommandInput, ): import("@smithy/core/client").CommandImpl< ImportHubContentCommandInput, ImportHubContentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ImportHubContentCommandInput, ): import("@smithy/core/client").CommandImpl< ImportHubContentCommandInput, ImportHubContentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ImportHubContentCommand extends ImportHubContentCommand_base { protected static __types: { api: { input: ImportHubContentRequest; output: ImportHubContentResponse; }; sdk: { input: ImportHubContentCommandInput; output: ImportHubContentCommandOutput; }; }; }