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