import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; import { createLegacyDocumentScraper } from '../scrapers/document-legacy/createLegacyDocumentScraper'; import { LegacyDocumentScraper } from '../scrapers/document-legacy/LegacyDocumentScraper'; import { _LegacyDocumentScraperRegistration } from '../scrapers/document-legacy/register-constructor'; export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION }; export { createLegacyDocumentScraper }; export { LegacyDocumentScraper }; export { _LegacyDocumentScraperRegistration };