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