import type { GovernanceLedger } from "./types.js"; export declare function validateGovernanceLedger(value: unknown, missionId: string): { valid: true; ledger: GovernanceLedger; } | { valid: false; diagnostic: string; }; //# sourceMappingURL=validation.d.ts.map