export interface StatsOptions { patternRecurrence?: boolean; threshold?: number; historyDepth?: number; yes?: boolean; } export declare function statsCommand(options?: StatsOptions): Promise; //# sourceMappingURL=stats.d.ts.map