import { type Scraper, type ScraperCredentials, type ScraperOptions } from './interface'; export default function createScraper(options: ScraperOptions): Scraper;