/** * Validates a currency code against the ISO 4217 standard. * @param {string} currencyCode - The currency code to validate. * @returns True if the currency code is valid, false otherwise. */ export declare function isValidCurrencyCode(currencyCode: string): boolean; //# sourceMappingURL=validateCurrencyCode.d.ts.map