#!/usr/bin/env tsx
/**
 * Singapore Law MCP — Census Script
 *
 * Enumerates ALL current Acts from Singapore Statutes Online (sso.agc.gov.sg)
 * by scraping the browse page with PageSize=500 pagination.
 *
 * Outputs data/census.json in golden standard format.
 *
 * Usage:
 *   npx tsx scripts/census.ts
 *   npx tsx scripts/census.ts --page 2   # Fetch only page 2 (resume)
 */
export {};
//# sourceMappingURL=census.d.ts.map