@promptbook/utils
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
18 lines (17 loc) • 724 B
TypeScript
import type { Registration } from '../../utils/$Register';
/**
* Registration of known scraper
*
* Warning: This is not useful for the end user, it is just a side effect of the mechanism that handles all available known scrapers
*
* @public exported from `@promptbook/markitdown`
* @public exported from `@promptbook/pdf`
* @public exported from `@promptbook/wizard`
* @public exported from `@promptbook/cli`
*/
export declare const _MarkitdownScraperRegistration: Registration;
/**
* TODO: [🧠][🌜] Export only from `@promptbook/markitdown` or `@promptbook/pdf` NOT both
* TODO: [🎶] Naming "constructor" vs "creator" vs "factory"
* Note: [💞] Ignore a discrepancy between file name and entity name
*/