export declare type NetworkErrorReason = 'UNKNOWN' | 'MULTI_CURRENCY_NOT_SUPPORTED' | 'UNSUPPORTED_CURRENCY' | 'NETWORK_CURRENCY_CANNOT_BE_SAME_AS_SECONDARY' | 'CANNOT_DELETE_CURRENCY_WITH_ACTIVE_RATE_CARDS';
