import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { BatchStopJobRunRequest, BatchStopJobRunResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface BatchStopJobRunCommandInput extends BatchStopJobRunRequest {} export interface BatchStopJobRunCommandOutput extends BatchStopJobRunResponse, __MetadataBearer {} declare const BatchStopJobRunCommand_base: { new ( input: BatchStopJobRunCommandInput ): import("@smithy/core/client").CommandImpl< BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchStopJobRunCommandInput ): import("@smithy/core/client").CommandImpl< BatchStopJobRunCommandInput, BatchStopJobRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class BatchStopJobRunCommand extends BatchStopJobRunCommand_base { protected static __types: { api: { input: BatchStopJobRunRequest; output: BatchStopJobRunResponse; }; sdk: { input: BatchStopJobRunCommandInput; output: BatchStopJobRunCommandOutput; }; }; }