import { CrawlConfig, CrawlerProcess } from '../models'; /** * Updates the target repository * Adds the RUID to to the deprecation messages in the codebase */ export declare function updateRepository(config: CrawlConfig): CrawlerProcess;