import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AddArtifactInput, AddArtifactOutput } from "../models/models_0"; export { __MetadataBearer }; export interface AddArtifactCommandInput extends AddArtifactInput {} export interface AddArtifactCommandOutput extends AddArtifactOutput, __MetadataBearer {} declare const AddArtifactCommand_base: { new ( input: AddArtifactCommandInput, ): import("@smithy/core/client").CommandImpl< AddArtifactCommandInput, AddArtifactCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AddArtifactCommandInput, ): import("@smithy/core/client").CommandImpl< AddArtifactCommandInput, AddArtifactCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AddArtifactCommand extends AddArtifactCommand_base { protected static __types: { api: { input: AddArtifactInput; output: AddArtifactOutput; }; sdk: { input: AddArtifactCommandInput; output: AddArtifactCommandOutput; }; }; }