import type { Currency } from '../../../types';
/**
 * Ethiopian birr.
 */
export declare const ETB: Currency<number>;
