import type { ServiceMigrationBackup, ServiceMigrationJournalTransition, ServiceMigrationRecord } from "./service-migration-types.js"; export declare function deriveServiceMigrationTransition(previous: ServiceMigrationRecord, backup: ServiceMigrationBackup, input: ServiceMigrationJournalTransition): ServiceMigrationRecord; export declare function deriveServiceMigrationReloaded(previous: ServiceMigrationRecord, backup: ServiceMigrationBackup, input: unknown): ServiceMigrationRecord; export declare function deriveServiceMigrationStarted(previous: ServiceMigrationRecord, backup: ServiceMigrationBackup, input: unknown): ServiceMigrationRecord; export declare function deriveServiceMigrationRollbackCompleted(previous: ServiceMigrationRecord, backup: ServiceMigrationBackup): ServiceMigrationRecord; //# sourceMappingURL=service-migration-journal-transition.d.ts.map