import type { Currency } from '../../../types';
/**
 * Philippine peso.
 */
export declare const PHP: Currency<number>;
