/** * Status-code lookup tables for sensor commands. * * Hoisted out of `sensor-tools.ts` so the magic-number → name mapping lives in * a single place that is easy to audit against AOSP source. */ /** `dumpsys battery set status ` — codes from BatteryManager.BATTERY_STATUS_*. */ export declare const BATTERY_STATUS_CODES: Record; /** `cmd thermalservice override-status ` — codes from PowerManager.THERMAL_STATUS_*. */ export declare const THERMAL_STATUS_CODES: Record; //# sourceMappingURL=constants.d.ts.map