import type { Command } from 'commander';
export declare function startUpdaterInstalledCheck(command: Command, commandPath: string): void;
