/**
 * 转大写
 */
declare const capital: (integerValue: string, doubleValue: string) => string;
export default capital;
