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