export interface IParams { digit?: number; prefix?: string; } export declare function formatMoney(value: any, params?: IParams): string;