import React from 'react'; interface UpdateProps { dryRun: boolean; yes: boolean; } export declare const Update: React.FC; export {};