declare const toCurrency: (num: number, moneda?: string) => Promise<string>;
export { toCurrency };
