import { IIndexValue } from "../../api"; export declare class ReadableCrossIndexValue { static readonly FIELD_INDEX_VALUE_HANDLE = "IndexValueHandle"; static readonly FIELDS_DEFAULT: string[]; static readonly FIELDS_ALL: string[]; static listFromApi(apiObjects: IIndexValue[]): ReadableCrossIndexValue[]; readonly IndexValueHandle: string; readonly Value: string; readonly SubValues: string[]; constructor(apiObject: IIndexValue); }