/**
 * API smoke test — exercises every role's endpoints + key workflows against a
 * freshly seeded DB. Run AFTER `npm run seed` and with the API running.
 *
 *   npm run seed && npm run smoke
 *
 * This will mutate data (check-ins, walk-ins). Re-seed before manual UI testing.
 */
export {};
//# sourceMappingURL=smoke.d.ts.map