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