export type StackLanguage = 'node' | 'python' | 'go' | 'rust' | 'unknown'; export declare function detectStackLanguage(repoPath: string): Promise; //# sourceMappingURL=detect.d.ts.map