import type { Currency } from '../../../types';
/**
 * Nigerian naira.
 */
export declare const NGN: Currency<number>;
