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