import { ICultureInfo } from './SPEntities'; /** * Key that is used to store loaded fields in sessionStorage */ export declare const LoadedViewFieldsKey: string; /** * 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;