import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateArtifactRequest, CreateArtifactResponse } from "../models/models_1"; export { __MetadataBearer }; export interface CreateArtifactCommandInput extends CreateArtifactRequest {} export interface CreateArtifactCommandOutput extends CreateArtifactResponse, __MetadataBearer {} declare const CreateArtifactCommand_base: { new ( input: CreateArtifactCommandInput, ): import("@smithy/core/client").CommandImpl< CreateArtifactCommandInput, CreateArtifactCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateArtifactCommandInput, ): import("@smithy/core/client").CommandImpl< CreateArtifactCommandInput, CreateArtifactCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateArtifactCommand extends CreateArtifactCommand_base { protected static __types: { api: { input: CreateArtifactRequest; output: CreateArtifactResponse; }; sdk: { input: CreateArtifactCommandInput; output: CreateArtifactCommandOutput; }; }; }