/**
 * 格式化金额，默认元
 */
declare function formatAmount(s: string | number, radix?: number): string;

export { formatAmount };
