/** * Creates a scraper for legacy document formats (.doc, .rtf, etc). * Uses LibreOffice for conversion to extract content from older document formats. * * @public exported from `@promptbook/legacy-documents` */ export declare const createLegacyDocumentScraper: any;