import { UpdateOptions } from '../types'; export declare function runUpdate(options: UpdateOptions): Promise;