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