import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateHubContentRequest, UpdateHubContentResponse } from "../models/models_4"; export { __MetadataBearer }; export interface UpdateHubContentCommandInput extends UpdateHubContentRequest {} export interface UpdateHubContentCommandOutput extends UpdateHubContentResponse, __MetadataBearer {} declare const UpdateHubContentCommand_base: { new ( input: UpdateHubContentCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateHubContentCommandInput, UpdateHubContentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateHubContentCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateHubContentCommandInput, UpdateHubContentCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateHubContentCommand extends UpdateHubContentCommand_base { protected static __types: { api: { input: UpdateHubContentRequest; output: UpdateHubContentResponse; }; sdk: { input: UpdateHubContentCommandInput; output: UpdateHubContentCommandOutput; }; }; }