/** * Worker thread for usage data queries. * * bun:sqlite is fully synchronous and blocks the event loop. * Running queries in a worker keeps the main server responsive. */ export {};