/** 获取格式化方法 */
export declare const toFixedNumber: (num?: number | string, precision?: number) => any;
export default toFixedNumber;
