import type { Currency } from '../../../types';
/**
 * Nicaraguan córdoba.
 */
export declare const NIO: Currency<number>;
