import { Migration } from '@tego/server'; export default class extends Migration { on: string; appVersion: string; up(): Promise; }