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