interface HistoryOptions { limit?: number; all?: boolean; entry?: number; result?: number; annotations?: boolean; dir?: string; allDir?: boolean; } export declare function historyCommand(options: HistoryOptions): Promise; export {}; //# sourceMappingURL=history.d.ts.map