import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteIndexInput, DeleteIndexOutput } from "../models/models_0"; import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ResourceExplorer2Client"; export { __MetadataBearer }; export { $Command }; export interface DeleteIndexCommandInput extends DeleteIndexInput {} export interface DeleteIndexCommandOutput extends DeleteIndexOutput, __MetadataBearer {} declare const DeleteIndexCommand_base: { new ( input: DeleteIndexCommandInput ): import("@smithy/core/client").CommandImpl< DeleteIndexCommandInput, DeleteIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteIndexCommandInput ): import("@smithy/core/client").CommandImpl< DeleteIndexCommandInput, DeleteIndexCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteIndexCommand extends DeleteIndexCommand_base { protected static __types: { api: { input: DeleteIndexInput; output: DeleteIndexOutput; }; sdk: { input: DeleteIndexCommandInput; output: DeleteIndexCommandOutput; }; }; }