export declare const withPrimary: (text: string) => string; export declare const withSecondary: (text: string) => string; export declare const bold: (text: string) => string; export declare const underline: (text: string) => string; export declare const dim: (text: string) => string; export declare const error: (text: string, bold?: boolean) => string; export declare const success: (text: string, bold?: boolean) => string; export declare const command: (text: string, bold?: boolean) => string; export declare const warning: (text: string, bold?: boolean) => string; export declare const blue: (text: string) => string;