import { Currency } from '../core/index.js'; /** * US Dollar (USD) * Format: $1,000.00 */ declare const USD: Currency; export { USD };