import type { Currency } from '../../../types';
/**
 * Saudi riyal.
 */
export declare const SAR: Currency<number>;
