/** * Factory function to create an instance of WebsiteScraper. * It bundles the scraper class with its metadata. * * @public exported from `@promptbook/website-crawler` */ export declare const createWebsiteScraper: any;