import Command from "./Command"; declare class RunMigrationCommand extends Command { protected signature: string; protected description: string; handle(): Promise<0 | 2>; } export default RunMigrationCommand;