/**
* Factory functionto create an instance of PdfScraper.
* It bundles the scraper classwith its metadata.
*
* @public exported from `@promptbook/pdf`
*/
export declareconst createPdfScraper: any;
/**
* TODO: [🎶] Naming "constructor" vs "creator" vs "factory"
*/