/** * History command - View run history */ import { Command } from 'commander'; export declare function historyCommand(): Command; //# sourceMappingURL=history.d.ts.map