/** * @module * @description this module contains the ids of the mpr and also * some mappings that make mpt, mpr output similar. */ type FlagColumns = Record; /** * flag column ID bytes to the corresponding bitmask and name * As different from column IDs, flag column IDs don't need to be * modified when reading from MPT files, they are exactly the same. */ export declare const flagColumns: FlagColumns; type DataColumns = Record; /** * data columns look-up table by Id */ export declare const dataColumns: DataColumns; export type DataColumnsByName = Record; /** * Map MPT to same MPR Type, plus add unit and more concise names * the unit will be taken from the original MPT file, and it may help * to spot any errors in MPR. */ export declare const dataColumnsByName: DataColumnsByName; export {}; //# sourceMappingURL=ids.d.ts.map