import { DexConfigMap } from '../../types'; export declare const aaveLendingPool: { [network: string]: string; }; export declare const WETH_GATEWAY: any; export declare const AaveV2Config: DexConfigMap; export declare const Adapters: { [chainId: number]: { [side: string]: { name: string; index: number; }[]; }; };