export declare const drawProgressBar: (label: string, value: number, width?: number) => string; export declare const drawXPBar: (currentXP: number, maxXP: number, width?: number) => string; export declare const drawHeader: (title: string, width?: number) => string; export declare const drawDivider: (width?: number) => string; export declare const drawStatChanges: (changes: Array<{ stat: string; delta: number; }>) => string[]; export declare const getMoodEmoji: (mood: string) => string; export declare const getMoodDescription: (mood: string) => string; //# sourceMappingURL=display.d.ts.map