import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteBatchRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteBatchCommandInput extends DeleteBatchRequest {} export interface DeleteBatchCommandOutput extends __MetadataBearer {} declare const DeleteBatchCommand_base: { new ( input: DeleteBatchCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteBatchCommandInput, DeleteBatchCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteBatchCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteBatchCommandInput, DeleteBatchCommandOutput, import("..").OmicsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteBatchCommand extends DeleteBatchCommand_base { protected static __types: { api: { input: DeleteBatchRequest; output: {}; }; sdk: { input: DeleteBatchCommandInput; output: DeleteBatchCommandOutput; }; }; }