import { ICultureInfo } from './SPEntities'; /** * Key that is used to store loaded fields in sessionStorage */ export declare const LoadedViewFieldsKey = "LBLoadedViewFields"; /** * Mapping between current field name and the name of the real field that contains the data */ export declare const FieldNamesMapping: { Title: { storedName: string; }; LinkTitle: { storedName: string; }; LinkTitleNoMenu: { storedName: string; }; LinkFilename: { storedName: string; }; LinkFileNameNoMenu: { storedName: string; }; FileLeafRef: { storedName: string; }; URL: { storedName: string; }; URLwMenu: { storedName: string; }; }; /** * Invariant Culture */ export declare const InvariantCulture: ICultureInfo; export declare const EmptyGuid = "00000000-0000-0000-0000-000000000000";