#!/usr/bin/env node
/**
 * fb-scrape — CLI entry point for Facebook public page OSINT scraping.
 *
 * Usage:
 *   fb-scrape <pageUrl> [options]
 *
 * Connects to an existing Chromium instance via CDP, collects page metadata,
 * scrolls the feed for posts, and optionally gathers comments, reactions,
 * and ad-library data.
 */
export {};
//# sourceMappingURL=fb-scrape.d.ts.map