import type { SccComplexityValue } from './types.mts'; export declare function parseSccComplexityValues(json: string, trackedFileSet: ReadonlySet, repoRoot?: string): SccComplexityValue[];