import type { Currency } from '../../../types';
/**
 * Serbian dinar.
 */
export declare const RSD: Currency<number>;
