#!/usr/bin/env tsx
/**
 * search — OSINT search CLI (PostgreSQL + pgvector backend).
 *
 * Usage:
 *   search "Palestinian phone" --type fts --limit 20
 *   search "who is behind the page" --type text
 *   search --entity 61562211934692
 *   search --sql "SELECT * FROM v_network_edges"
 *   search --stats
 */
export {};
//# sourceMappingURL=search.d.ts.map