import type { ProjectType } from "./types.js";
/**
 * Detect and cache project type globally (lazy initialization)
 */
export declare const detectAndCacheProjectType: (cwd?: string) => ProjectType | null;
/**
 * Get the current project type (detects if not already cached)
 */
export declare const getCurrentProjectType: (cwd?: string) => ProjectType;
//# sourceMappingURL=projectType.d.ts.map