import { CrawlConfig, CrawlerProcess } from '../models'; /** * Update the raw deprecations with the newly crawled deprecations */ export declare function saveDeprecations(config: CrawlConfig): CrawlerProcess;