import Migration from "../db/Migration.js"; export default class DummyMigration extends Migration { install(): Promise; rollback(): Promise; }