import { CrawlConfig, CrawlerProcess } from '../models'; /** * Commit the changes to the target repository * Raw output, added ruids to the codebase, formatted output */ export declare function commitChanges(config: CrawlConfig): CrawlerProcess;