import { ProjectProfile, TechStackProfile, StackSelection } from '../types'; export declare function profileTechStack(targetDir: string, profile: ProjectProfile, excludeDirs: string[]): TechStackProfile; export declare function buildTechStackFromSelection(selection: StackSelection): TechStackProfile;