/**
 * Comprehensive seed for end-to-end manual testing.
 * Run with: npm run seed
 *
 * Covers every user role, permission variant, visitor status, and product
 * feature so all flows can be exercised with a single command. Wipes
 * existing rows first — reruns produce a clean, reproducible state.
 */
export {};
//# sourceMappingURL=seed.d.ts.map