import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetVpcEndpointRequest, BatchGetVpcEndpointResponse, } from "../models/models_0"; import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchServerlessClient"; export { __MetadataBearer }; export { $Command }; export interface BatchGetVpcEndpointCommandInput extends BatchGetVpcEndpointRequest {} export interface BatchGetVpcEndpointCommandOutput extends BatchGetVpcEndpointResponse, __MetadataBearer {} declare const BatchGetVpcEndpointCommand_base: { new ( input: BatchGetVpcEndpointCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchGetVpcEndpointCommandInput, BatchGetVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchGetVpcEndpointCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchGetVpcEndpointCommandInput, BatchGetVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class BatchGetVpcEndpointCommand extends BatchGetVpcEndpointCommand_base { protected static __types: { api: { input: BatchGetVpcEndpointRequest; output: BatchGetVpcEndpointResponse; }; sdk: { input: BatchGetVpcEndpointCommandInput; output: BatchGetVpcEndpointCommandOutput; }; }; }