import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateIndexRequest, UpdateIndexResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateIndexCommandInput extends UpdateIndexRequest {} export interface UpdateIndexCommandOutput extends UpdateIndexResponse, __MetadataBearer {} declare const UpdateIndexCommand_base: { new ( input: UpdateIndexCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateIndexCommandInput, UpdateIndexCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateIndexCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateIndexCommandInput, UpdateIndexCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateIndexCommand extends UpdateIndexCommand_base { protected static __types: { api: { input: UpdateIndexRequest; output: {}; }; sdk: { input: UpdateIndexCommandInput; output: UpdateIndexCommandOutput; }; }; }