@promptbook/remote-client
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
16 lines (15 loc) • 599 B
TypeScript
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<ExecutionTools, 'fs' | 'llm' | 'executables'>, options?: PrepareAndScrapeOptions): Promise<ReadonlyArray<Scraper>>;
/**
* Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment
*/