import type { Currency } from '../../../types';
/**
 * Albanian lek.
 */
export declare const ALL: Currency<number>;
