import { type TaskHistorySummaryItem } from '../../features/interactive/index.js'; export declare function loadTaskHistory(cwd: string, lang: 'en' | 'ja'): TaskHistorySummaryItem[]; //# sourceMappingURL=taskHistory.d.ts.map