import { type BackendStatus, type Inspection, type RepoScan } from '@manehorizons/cadence-types'; export type LedgerSummary = { recommendations: number; byDecay: Record; evidence: number; }; export declare function synthesizeInspection(repo: RepoScan, backend: BackendStatus, ledger: LedgerSummary, now?: Date): Inspection; export declare function runInspect(root: string, now?: Date): Promise; //# sourceMappingURL=inspect.d.ts.map