export declare function gradientBox(opts: { emoji: string; title: string; subtitle: string; body?: string[]; }): string[]; export declare function gradientBoxGreen(opts: { emoji: string; title: string; subtitle: string; }): string[]; export declare function gradientTitle(text: string): string; export declare function gradientProgress(current: number, total: number): string;