import { type Argv } from 'yargs'; export type HistoryFlags = { after?: string; before?: string; limit: number; utc: boolean; }; export declare const historyBuilder: (yargs: Argv) => Argv; //# sourceMappingURL=history-builder.d.ts.map