import { Currency } from '../core/index.js'; /** * Brazilian Real (BRL) * Format: R$ 1.000,00 */ declare const BRL: Currency; export { BRL };