UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

18 lines (17 loc) 579 B
import type { Registration } from '../../utils/misc/$Register'; /** * Metadata of the scraper * * @private within the scraper directory */ export declare const pdfScraperMetadata: any; /** * Registration of known scraper metadata * * 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/core` * @public exported from `@promptbook/wizard` * @public exported from `@promptbook/cli` */ export declare const _PdfScraperMetadataRegistration: Registration;