/** * CurrencyLoader class for loading currency data */ export declare class CurrencyLoader { static currencies(longlist?: boolean): Record; }