import { login } from './src/auth'; import { convertCurrency } from './src/convert'; import { convertAllCurrencies } from './src/convert_all'; import { getAllCurrencies } from './src/currencies_get_all'; import { getCurrencyById } from './src/currencies_by_id'; import { getAllHistoricalRates } from './src/historical_get_all'; import { getHistoricalRateById } from './src/historical_by_id'; import { getDailyAverage } from './src/daily_average'; import { getWeeklyAverage } from './src/weekly_average'; import { getMonthlyAverage } from './src/monthly_average'; import { getAllMarginsSpreads, getMarginsSpreadsById } from './src/margins_spreads'; import { getAllPerformances, getPerformancesById } from './src/performances'; import { getAllSignals, getSignalsById } from './src/signals';