import type { Currency } from '../../../types';
/**
 * Bosnia and Herzegovina convertible mark.
 */
export declare const BAM: Currency<number>;
