export declare type ExchangeRateRefreshRate = 'FIXED' | 'DAILY' | 'MONTHLY' | 'UNKNOWN';
