/** * ai-dossier history — show persistent run log */ import type { Command } from 'commander'; export declare function registerHistoryCommand(program: Command): void; //# sourceMappingURL=history.d.ts.map