import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateArtifactRequest, UpdateArtifactResponse } from "../models/models_4"; export { __MetadataBearer }; export interface UpdateArtifactCommandInput extends UpdateArtifactRequest {} export interface UpdateArtifactCommandOutput extends UpdateArtifactResponse, __MetadataBearer {} declare const UpdateArtifactCommand_base: { new ( input: UpdateArtifactCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateArtifactCommandInput, UpdateArtifactCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateArtifactCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateArtifactCommandInput, UpdateArtifactCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateArtifactCommand extends UpdateArtifactCommand_base { protected static __types: { api: { input: UpdateArtifactRequest; output: UpdateArtifactResponse; }; sdk: { input: UpdateArtifactCommandInput; output: UpdateArtifactCommandOutput; }; }; }