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