import { Command } from 'commander'; import type { Scrape_opts } from '../types/scrape'; declare const handle_scrape: (url: string, opts: Scrape_opts) => Promise; declare const scrape_command: Command; export { scrape_command, handle_scrape }; //# sourceMappingURL=scrape.d.ts.map