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