import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetIndexRequest, GetIndexResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetIndexCommandInput extends GetIndexRequest {} export interface GetIndexCommandOutput extends GetIndexResponse, __MetadataBearer {} declare const GetIndexCommand_base: { new ( input: GetIndexCommandInput, ): import("@smithy/core/client").CommandImpl< GetIndexCommandInput, GetIndexCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetIndexCommandInput, ): import("@smithy/core/client").CommandImpl< GetIndexCommandInput, GetIndexCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetIndexCommand extends GetIndexCommand_base { protected static __types: { api: { input: GetIndexRequest; output: GetIndexResponse; }; sdk: { input: GetIndexCommandInput; output: GetIndexCommandOutput; }; }; }