import type { Currency } from '../../../types';
/**
 * Liberian dollar.
 */
export declare const LRD: Currency<number>;
