import { type StableAuthoredRoot } from './authored-state-transaction-fs.js'; import type { AuthoredArtifactPaths } from './authored-state-transaction-types.js'; import type { RuntimePromotionJournal } from './runtime-promotion-journal-schema.js'; import type { AnchoredRecordReadResult } from '@opensip-cli/core'; export declare function assertAuthoredReplayPublicationAbsent(root: StableAuthoredRoot, journal: RuntimePromotionJournal, paths: AuthoredArtifactPaths): void; export declare function settleAuthoredReplayPublication(root: StableAuthoredRoot, journal: RuntimePromotionJournal, paths: AuthoredArtifactPaths): AnchoredRecordReadResult; export declare function publishAuthoredReplayManifest(root: StableAuthoredRoot, journal: RuntimePromotionJournal, paths: AuthoredArtifactPaths, manifestBytes: string): 'applied' | 'already-satisfied'; //# sourceMappingURL=authored-state-replay-publication.d.ts.map