type RunUpdateOptions = { checkOnly?: boolean; quiet?: boolean; }; export declare function maybeNotifyAboutUpdate(options: { commandName: string; stdioMode: boolean; }): Promise; export declare function runUpdateCommand(options?: RunUpdateOptions): Promise; export {};