import type { Currency } from '../../../types';
/**
 * Israeli new shekel.
 */
export declare const ILS: Currency<number>;
