/** Terminal-owned artifact history and exact cleanup accounting. */ import type { RuntimePromotionJournal } from './runtime-promotion-journal-types.js'; export declare function runtimePromotionClosedEvidenceAllowed(journal: RuntimePromotionJournal): boolean; //# sourceMappingURL=runtime-promotion-closed-evidence.d.ts.map