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