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