/** * 计算两数之差 */ export declare const minus: (a: StrNumberType, b: StrNumberType) => StrNumberValue;