import type { ProjectSnapshot, LanguageProfile } from '../types/index.js'; export declare function detectLanguage(snapshot: ProjectSnapshot): LanguageProfile;