import { CrawlConfig, CrawlerProcess } from '../models'; export declare function format(config: CrawlConfig): CrawlerProcess;