export declare type ExchangeRateDirection = 'TO_NETWORK' | 'FROM_NETWORK' | 'UNKNOWN';
