/** * LibHaLo - Programmatically interact with HaLo tags from the web browser, mobile application or the desktop. * Copyright by Arx Research, Inc., a Delaware corporation * License: MIT */ type FlagLookup = { [flagName: string]: [bytePos: number, bitPos: number]; }; declare const FLAGS: FlagLookup; export { FLAGS }; //# sourceMappingURL=flags.d.ts.map