export type UpdateCommandOptions = { config?: string; reportDir?: string; fromRun?: string; route?: string; case?: string; all?: boolean; dryRun?: boolean; ci?: boolean; }; export declare function updateCommand(options?: UpdateCommandOptions): Promise;