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