import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { BatchGetJobsRequest } from "../models/models_0"; import { BatchGetJobsResponse } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface BatchGetJobsCommandInput extends BatchGetJobsRequest {} export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __MetadataBearer {} declare const BatchGetJobsCommand_base: { new ( input: BatchGetJobsCommandInput ): import("@smithy/core/client").CommandImpl< BatchGetJobsCommandInput, BatchGetJobsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchGetJobsCommandInput ): import("@smithy/core/client").CommandImpl< BatchGetJobsCommandInput, BatchGetJobsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class BatchGetJobsCommand extends BatchGetJobsCommand_base { protected static __types: { api: { input: BatchGetJobsRequest; output: BatchGetJobsResponse; }; sdk: { input: BatchGetJobsCommandInput; output: BatchGetJobsCommandOutput; }; }; }