import type { Indicator } from '../interfaces/index.js'; export declare const allIndicators: Array; export declare function calculateScore(matches: string[]): number; export declare function checkProjectRoot(currentDir: string): number; export declare function isInsideBlacklist(currentPath: string): boolean; export declare function isPathRelative(path: string): boolean; export declare function validateAndNormalizePath(startPath: string): string | null;