import type { Currency } from '../../../types';
/**
 * Lebanese pound.
 */
export declare const LBP: Currency<number>;
