import { Command } from 'commander'; import { formatAge } from '../../lib/brief.js'; import type { EconomyBrief } from '../../lib/brief.js'; export type { EconomyBrief } from '../../lib/brief.js'; interface BriefCommandDeps { beforeRead?: () => void | Promise; } export declare function renderBriefText(brief: EconomyBrief): string; export { formatAge }; export declare function registerBriefCommand(program: Command, deps?: BriefCommandDeps): void; //# sourceMappingURL=brief.d.ts.map