import * as aavev3 from '../../modules/aavev3'; import * as core from '@protocolink/core'; import { providers } from 'ethers'; export type RepayLogicTokenList = aavev3.RepayLogicTokenList; export type RepayLogicParams = aavev3.RepayLogicParams; export type RepayLogicFields = aavev3.RepayLogicFields; export declare class RepayLogic extends aavev3.RepayLogic implements core.LogicTokenListInterface, core.LogicOracleInterface, core.LogicBuilderInterface { static protocolId: string; static readonly supportedChainIds: number[]; constructor(chainId: number, provider?: providers.Provider); }