import { implicitReturnType } from '../base/types.js'; import { Exchange as _Exchange } from '../base/Exchange.js'; interface Exchange { addressbookGetMe(params?: {}): Promise; addressbookPost(params?: {}): Promise; addressbookPostIdId(params?: {}): Promise; addressbookPostIdIdRemove(params?: {}): Promise; custodyGetCredentials(params?: {}): Promise; custodyGetCredentialsHHash(params?: {}): Promise; custodyGetCredentialsKKey(params?: {}): Promise; custodyGetCredentialsMe(params?: {}): Promise; custodyGetCredentialsMeAddress(params?: {}): Promise; custodyGetDepositAddresses(params?: {}): Promise; custodyGetDepositAddressesHHash(params?: {}): Promise; historyGetOrders(params?: {}): Promise; historyGetOrdersDetails(params?: {}): Promise; historyGetOrdersExportCsv(params?: {}): Promise; historyGetTrades(params?: {}): Promise; historyGetTradesExportCsv(params?: {}): Promise; currenciesGetAAddress(params?: {}): Promise; currenciesGetIId(params?: {}): Promise; currenciesGetSSymbol(params?: {}): Promise; currenciesPostPerform(params?: {}): Promise; currenciesPostPrepare(params?: {}): Promise; currenciesPostRemovePerform(params?: {}): Promise; currenciesPostSSymbolRemovePrepare(params?: {}): Promise; currenciesPostSSymbolUpdatePerform(params?: {}): Promise; currenciesPostSSymbolUpdatePrepare(params?: {}): Promise; managerGetDeposits(params?: {}): Promise; managerGetTransfers(params?: {}): Promise; managerGetWithdrawals(params?: {}): Promise; marketsGetIId(params?: {}): Promise; marketsGetSSymbol(params?: {}): Promise; marketsPostPerform(params?: {}): Promise; marketsPostPrepare(params?: {}): Promise; marketsPostRemovePerform(params?: {}): Promise; marketsPostSSymbolRemovePrepare(params?: {}): Promise; marketsPostSSymbolUpdatePerform(params?: {}): Promise; marketsPostSSymbolUpdatePrepare(params?: {}): Promise; publicGetCandles(params?: {}): Promise; publicGetCurrencies(params?: {}): Promise; publicGetMarkets(params?: {}): Promise; publicGetOrderbook(params?: {}): Promise; publicGetOrderbookRaw(params?: {}): Promise; publicGetOrderbookV2(params?: {}): Promise; publicGetTickers(params?: {}): Promise; publicGetTrades(params?: {}): Promise; statisticsGetAddress(params?: {}): Promise; tradingGetBalances(params?: {}): Promise; tradingGetFees(params?: {}): Promise; tradingGetOrders(params?: {}): Promise; tradingPostOrders(params?: {}): Promise; tradingPostOrdersJson(params?: {}): Promise; tradingPutOrders(params?: {}): Promise; tradingPutOrdersJson(params?: {}): Promise; tradingDeleteOrders(params?: {}): Promise; tradingDeleteOrdersJson(params?: {}): Promise; tradingviewGetConfig(params?: {}): Promise; tradingviewGetHistory(params?: {}): Promise; tradingviewGetSymbolInfo(params?: {}): Promise; tradingviewGetTime(params?: {}): Promise; } declare abstract class Exchange extends _Exchange { } export default Exchange;