import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetArtifactInput, GetArtifactOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetArtifactCommandInput extends GetArtifactInput {} export interface GetArtifactCommandOutput extends GetArtifactOutput, __MetadataBearer {} declare const GetArtifactCommand_base: { new ( input: GetArtifactCommandInput, ): import("@smithy/core/client").CommandImpl< GetArtifactCommandInput, GetArtifactCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetArtifactCommandInput, ): import("@smithy/core/client").CommandImpl< GetArtifactCommandInput, GetArtifactCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetArtifactCommand extends GetArtifactCommand_base { protected static __types: { api: { input: GetArtifactInput; output: GetArtifactOutput; }; sdk: { input: GetArtifactCommandInput; output: GetArtifactCommandOutput; }; }; }