import { type ProgressiveAuthorityEvidence, type RepositoryIndexResult } from '@neurcode-ai/contracts'; export declare const PROGRESSIVE_AUTHORITY_FILE = "progressive-authority-v1.3.json"; export declare function progressiveAuthorityPath(repoRootInput: string): string; export declare function fingerprintRepositoryFiles(fileHashes: Record): string; export declare function readProgressiveAuthority(repoRoot: string): ProgressiveAuthorityEvidence; export declare function writeProgressiveAuthority(repoRoot: string, evidence: ProgressiveAuthorityEvidence): ProgressiveAuthorityEvidence; export declare function publishStructuralAuthority(repoRoot: string, result: RepositoryIndexResult): ProgressiveAuthorityEvidence; //# sourceMappingURL=progressive-authority.d.ts.map