export declare function formatAbbreviatedNumber(value: number): string;
export declare function formatThousands(value: number): string;
