/**
 * 转汉字
 */
declare const character: (integerValue: string, doubleValue: string) => string;
export default character;
