@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
12 lines (11 loc) • 452 B
TypeScript
import type { Registration } from '../../utils/misc/$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/boilerplate`
* @public exported from `@promptbook/wizard`
* @public exported from `@promptbook/cli`
*/
export declare const _BoilerplateScraperRegistration: Registration;