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