export declare function wrapText(text: string, width: number): string[];
export declare function formatNumber(number: number): string;
