import type { SetOptional } from 'type-fest'; import type { ExecutionTools } from '../../../execution/ExecutionTools'; import type { KnowledgeSourceJson } from '../../../pipeline/PipelineJson/KnowledgeSourceJson'; import type { PrepareAndScrapeOptions } from '../../../prepare/PrepareAndScrapeOptions'; import type { ScraperSourceHandler } from '../Scraper'; /** * @@@ * * @public exported from `@promptbook/core` */ export declare function makeKnowledgeSourceHandler(knowledgeSource: SetOptional, tools: Pick, options?: Pick): Promise;