import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteIndexRequest, DeleteIndexResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteIndexCommandInput extends DeleteIndexRequest {} export interface DeleteIndexCommandOutput extends DeleteIndexResponse, __MetadataBearer {} declare const DeleteIndexCommand_base: { new ( input: DeleteIndexCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteIndexCommandInput, DeleteIndexCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteIndexCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteIndexCommandInput, DeleteIndexCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteIndexCommand extends DeleteIndexCommand_base { protected static __types: { api: { input: DeleteIndexRequest; output: {}; }; sdk: { input: DeleteIndexCommandInput; output: DeleteIndexCommandOutput; }; }; }