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