export declare class NumberTool { static convertToString: (num: number, size: number) => string; }