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