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