/**
 * Factory function to create an instance of PdfScraper.
 * It bundles the scraper class with its metadata.
 *
 * @public exported from `@promptbook/pdf`
 */
export declare const createPdfScraper: any;
