import type { Currency } from '../../../types';
/**
 * Polish złoty.
 */
export declare const PLN: Currency<number>;
