export interface Timestats { time_estimate?: number; total_time_spent?: number; human_time_estimate?: null | string; human_total_time_spent?: null | string; } //# sourceMappingURL=time_stats.d.ts.map