import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetArtifactMetadataInput, BatchGetArtifactMetadataOutput } from "../models/models_0"; export { __MetadataBearer }; export interface BatchGetArtifactMetadataCommandInput extends BatchGetArtifactMetadataInput {} export interface BatchGetArtifactMetadataCommandOutput extends BatchGetArtifactMetadataOutput, __MetadataBearer {} declare const BatchGetArtifactMetadataCommand_base: { new ( input: BatchGetArtifactMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetArtifactMetadataCommandInput, BatchGetArtifactMetadataCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchGetArtifactMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetArtifactMetadataCommandInput, BatchGetArtifactMetadataCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchGetArtifactMetadataCommand extends BatchGetArtifactMetadataCommand_base { protected static __types: { api: { input: BatchGetArtifactMetadataInput; output: BatchGetArtifactMetadataOutput; }; sdk: { input: BatchGetArtifactMetadataCommandInput; output: BatchGetArtifactMetadataCommandOutput; }; }; }