import { Currency } from '../currency'; export declare function validateCurrency(currency: Currency): string[];