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