export abstract class StateMigrationService { needsMigration: () => Promise; migrate: () => Promise; }