import { CrawlConfig, CrawlerProcess } from '../models'; /** * Look for deprecations * Adds the deprecations to the release */ export declare function crawl(config: CrawlConfig): CrawlerProcess;