/** * schema-domain-daemon-location.ts, where on earth the daemon thinks it is. * * Split from schema-domain-core.ts to keep that file under its line ceiling, * and separate on merit: this is the platform's ONLY notion of the daemon's * location, and it is general rather than owned by whichever feature needed it * first. Anything that resets on a calendar day reads it. * * Before this existed the daemon had no timezone concept at all, schedules * carried their own per-schedule IANA names and `device.location.*` is a paired * phone's GPS permission, neither of which says where the daemon is. A daily * budget cannot be built without that answer. */ import type { ConfigSetting } from './schema-types.js'; export declare const daemonLocationConfigSettings: ConfigSetting[]; //# sourceMappingURL=schema-domain-daemon-location.d.ts.map