import Command from '../Command'; import type { Command as CommanderCommand } from 'commander'; export default class SeedCommand extends Command { signature: string; description: string; configure(cmd: CommanderCommand): void; handle(options: { class?: string; addon?: string; }): Promise; } //# sourceMappingURL=SeedCommand.d.ts.map