import type { ExecutionTools } from '../../../execution/ExecutionTools'; import type { PrepareAndScrapeOptions } from '../../../prepare/PrepareAndScrapeOptions'; import type { Scraper } from '../Scraper'; /** * @@@ * * 1) @@@ * 2) @@@ * * @public exported from `@promptbook/node` */ export declare function $provideScrapersForNode(tools: Pick, options?: PrepareAndScrapeOptions): Promise>; /** * Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment */