/** * 计算公式字符串 * @param str 公式字符串 */ export declare const calc: (str: string) => StrNumberValue;