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