import { IIndexName } from "../../api"; export declare class ReadableIndexName { static readonly FIELD_INDEX_NAME_HANDLE = "IndexNameHandle"; static readonly FIELDS_DEFAULT: string[]; static readonly FIELDS_ALL: string[]; static listFromApi(apiObjects: IIndexName[]): ReadableIndexName[]; readonly IndexNameHandle: string; readonly Index: string; readonly SubIndexNames: string[]; constructor(apiObject: IIndexName); }