import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteArtifactRequest, DeleteArtifactResponse } from "../models/models_2"; export { __MetadataBearer }; export interface DeleteArtifactCommandInput extends DeleteArtifactRequest {} export interface DeleteArtifactCommandOutput extends DeleteArtifactResponse, __MetadataBearer {} declare const DeleteArtifactCommand_base: { new ( input: DeleteArtifactCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteArtifactCommandInput, DeleteArtifactCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [DeleteArtifactCommandInput] ): import("@smithy/core/client").CommandImpl< DeleteArtifactCommandInput, DeleteArtifactCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteArtifactCommand extends DeleteArtifactCommand_base { protected static __types: { api: { input: DeleteArtifactRequest; output: DeleteArtifactResponse; }; sdk: { input: DeleteArtifactCommandInput; output: DeleteArtifactCommandOutput; }; }; }