Version: 4.0.04.0.14.0.24.0.34.0.44.0.54.0.64.0.74.0.84.0.94.0.104.0.114.0.124.0.144.0.154.0.164.0.174.0.184.0.194.0.204.0.214.0.224.0.234.0.244.0.254.1.04.1.14.1.24.1.35.0.15.0.25.0.35.0.46.0.06.0.16.1.06.1.16.1.26.1.36.1.46.2.06.2.16.3.07.0.0-07.0.1-07.1.0-07.1.1-07.1.2-07.1.3-07.1.4-07.1.5-07.1.6-07.1.7-07.2.0-07.2.1-07.2.17.3.07.3.17.3.27.4.07.4.17.4.27.4.37.5.07.5.17.5.27.5.37.5.47.5.57.6.07.6.17.6.27.6.38.0.08.0.18.0.28.0.38.0.48.0.58.1.08.1.18.2.08.2.18.2.28.3.08.3.18.4.08.4.18.4.28.4.38.4.48.5.09.0.09.0.19.0.29.0.310.0.011.0.011.0.112.0.013.0.014.0.014.0.114.0.214.1.014.2.015.0.015.0.115.0.215.0.316.0.016.0.116.0.216.1.016.2.016.2.116.2.216.3.016.3.116.3.217.0.017.0.117.1.017.1.117.2.018.0.018.0.118.1.018.1.118.2.018.3.018.4.018.4.118.4.219.0.0-019.0.0-119.0.0-219.0.0-319.0.0-419.0.0-519.0.0-619.0.0-719.0.0-819.0.020.0.020.1.020.2.020.3.020.3.120.4.020.5.020.5.120.6.021.0.021.0.121.1.021.1.121.2.021.3.0
import { BaseCommand } from '@adonisjs/core/build/standalone';
export default class MakeSeeder extends BaseCommand {
static commandName: string;
static description: string;
/**
* The name of the seeder file.
*/
name: string;
* Execute command
run(): Promise<void>;
}