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