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