import { DepositLogicTokenList } from './logic.deposit'; import { WithdrawLogicTokenList } from './logic.withdraw'; export declare function createDepositTokenList(reserveTokens: any[], tokenKey: 'aToken' | 'rToken'): DepositLogicTokenList; export declare function createWithdrawTokenList(reserveTokens: any[], tokenKey: 'aToken' | 'rToken'): WithdrawLogicTokenList;