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