import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetCollectionRequest, BatchGetCollectionResponse } from "../models/models_0"; export { __MetadataBearer }; export interface BatchGetCollectionCommandInput extends BatchGetCollectionRequest {} export interface BatchGetCollectionCommandOutput extends BatchGetCollectionResponse, __MetadataBearer {} declare const BatchGetCollectionCommand_base: { new ( input: BatchGetCollectionCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetCollectionCommandInput, BatchGetCollectionCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [BatchGetCollectionCommandInput] ): import("@smithy/core/client").CommandImpl< BatchGetCollectionCommandInput, BatchGetCollectionCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchGetCollectionCommand extends BatchGetCollectionCommand_base { protected static __types: { api: { input: BatchGetCollectionRequest; output: BatchGetCollectionResponse; }; sdk: { input: BatchGetCollectionCommandInput; output: BatchGetCollectionCommandOutput; }; }; }