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