import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetIndexRequest, GetIndexResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchClient"; export { __MetadataBearer }; export { $Command }; 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, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new (input: GetIndexCommandInput): import("@smithy/core/client").CommandImpl< GetIndexCommandInput, GetIndexCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetIndexCommand extends GetIndexCommand_base { protected static __types: { api: { input: GetIndexRequest; output: GetIndexResponse; }; sdk: { input: GetIndexCommandInput; output: GetIndexCommandOutput; }; }; }