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