/** * 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 ErrorCodeLookup = { [key: number]: [ErrorCode: string, ErrorDescription: string]; }; declare const ERROR_CODES: ErrorCodeLookup; export { ERROR_CODES }; //# sourceMappingURL=errors.d.ts.map