export declare const bold: (s: string) => string; export declare const dim: (s: string) => string; export declare const italic: (s: string) => string; export declare const FAF_HEX: { readonly cyan: "#00D4D4"; readonly cyanDeep: "#0E8C8C"; readonly orange: "#FF6B35"; }; export declare const fafCyan: (s: string) => string; export declare const fafCyanDeep: (s: string) => string; export declare const orange: (s: string) => string;