/** Standalone compatibility policy for the most recent durable postcondition. */ import type { RuntimePromotionJournal } from './runtime-promotion-journal-types.js'; /** Fail-closed check for the last completed intent in a standalone current record. */ export declare function runtimePromotionLastPostconditionCompatible(journal: RuntimePromotionJournal): boolean; //# sourceMappingURL=runtime-promotion-postcondition-history-policy.d.ts.map