import { CrawlConfig, CrawlerProcess, Deprecation } from '../models'; /** * Generates a RUID for every deprecation * Adds the RUID to the depracations of the release */ export declare function addRuid(_config: CrawlConfig): CrawlerProcess; export declare function generateAndAddRuid(rawDeprecations: Deprecation[]): Promise;