export declare const E = "\u001B["; export declare const RST: string; export declare const BOLD: string; export declare const DIM: string; export declare const GRAY: string; export declare const WHITE: string; export declare const YELLOW: string; export declare const GREEN: string; export declare const CYAN: string; export declare const RED: string; export declare const MAGENTA: string; export declare const BG_SEL: string; export declare const CLR: string; export declare const ACCENT: string; export declare const OK: string; export declare const BAD: string; export declare const INFO: string; export declare function rule(width: any): string; export declare function stringWidth(str: any): number; export declare function pad(s: any, len: any): string; export declare function trunc(s: any, len: any): any; export declare function timeAgo(ts: any): string;