import { CrawlConfig, CrawlerProcess } from '../models'; /** * Checkout the desired branch * Adds the branch date to the release */ export declare function checkout(config: CrawlConfig): CrawlerProcess;