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