import type { NotifyAppReadyProject } from './notify-app-ready-project';
export declare function scanUpdaterInstalled(project: NotifyAppReadyProject): 'found' | 'not_found';
