import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ECRClient"; import { BatchGetImageRequest, BatchGetImageResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface BatchGetImageCommandInput extends BatchGetImageRequest {} export interface BatchGetImageCommandOutput extends BatchGetImageResponse, __MetadataBearer {} declare const BatchGetImageCommand_base: { new ( input: BatchGetImageCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchGetImageCommandInput, BatchGetImageCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchGetImageCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchGetImageCommandInput, BatchGetImageCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class BatchGetImageCommand extends BatchGetImageCommand_base { protected static __types: { api: { input: BatchGetImageRequest; output: BatchGetImageResponse; }; sdk: { input: BatchGetImageCommandInput; output: BatchGetImageCommandOutput; }; }; }