import type { ExecutionTools } from '../../../execution/ExecutionTools';
import type { PrepareAndScrapeOptions } from '../../../prepare/PrepareAndScrapeOptions';
import type { Scraper } from '../Scraper';
/**
 * @@@
 *
 * 1) @@@
 * 2) @@@
 *
 * @public exported from `@promptbook/browser`
 */
export declare function $provideScrapersForBrowser(tools: Pick<ExecutionTools, 'llm'>, options?: PrepareAndScrapeOptions): Promise<ReadonlyArray<Scraper>>;
