import type { Currency } from '../../../types';
/**
 * Trinidad and Tobago dollar.
 */
export declare const TTD: Currency<number>;
