import type { Currency } from '../../../types';
/**
 * East Caribbean dollar.
 */
export declare const XCD: Currency<number>;
