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