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