import { ProjectProfile } from '../types'; export declare function detectProject(dir: string, forceType?: string, excludeDirs?: string[]): ProjectProfile;