export declare function bold(text: string): string; export declare function green(text: string): string; export declare function red(text: string): string; export declare function yellow(text: string): string; export declare function cyan(text: string): string; export declare function blue(text: string): string; export declare function dim(text: string): string; export declare function purple(text: string): string; export declare function section(title: string): string; export declare function formatDuration(ms: number): string; export declare function formatDate(iso: string): string; //# sourceMappingURL=display.d.ts.map