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