export declare function convertNumber(number: number | string): string; export declare function convertPriceToText(price: number): string;