import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateCollectionGroupRequest, CreateCollectionGroupResponse, } from "../models/models_0"; import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchServerlessClient"; export { __MetadataBearer }; export { $Command }; export interface CreateCollectionGroupCommandInput extends CreateCollectionGroupRequest {} export interface CreateCollectionGroupCommandOutput extends CreateCollectionGroupResponse, __MetadataBearer {} declare const CreateCollectionGroupCommand_base: { new ( input: CreateCollectionGroupCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateCollectionGroupCommandInput, CreateCollectionGroupCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateCollectionGroupCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateCollectionGroupCommandInput, CreateCollectionGroupCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateCollectionGroupCommand extends CreateCollectionGroupCommand_base { protected static __types: { api: { input: CreateCollectionGroupRequest; output: CreateCollectionGroupResponse; }; sdk: { input: CreateCollectionGroupCommandInput; output: CreateCollectionGroupCommandOutput; }; }; }