import { BaseCommand } from "@teikun-86/teikun-cli"; export default class MigrateCommand extends BaseCommand { name: string; description: string; handle(): Promise; }