import type { Currency } from '../../../types';
/**
 * Sri Lankan rupee.
 */
export declare const LKR: Currency<number>;
