import type { Currency } from '../../../types';
/**
 * Brazilian real.
 */
export declare const BRL: Currency<number>;
