import { GeneratorCommand } from '../../Foundation/Console'; export declare class SeedMakeCommand extends GeneratorCommand { static commandName: string; static description: string; name: string; getStub(): string; getSuffix(): string; handle(): Promise; getDestinationPath(): string; }