interface HarvestOptions { mode?: string; limit?: string; repos?: string; resume?: boolean; stats?: boolean; ecosystem?: string; severity?: string; since?: string; fromRecall?: string | boolean; dryRun?: boolean; } export declare function harvestCommand(options: HarvestOptions): Promise; export {};