export declare function detectUiFramework(project: string): Promise<'angular' | 'react' | 'none'>;
