interface UpdateOptions { dir: string; } export declare function updateCommand(options: UpdateOptions): Promise; export {}; //# sourceMappingURL=update.d.ts.map