import { DexConfigMap } from '../../types'; type DexParams = { swETH: string; rswETH: string; }; export declare const SwellConfig: DexConfigMap; export declare const Adapters: { [chainId: number]: { [side: string]: { name: string; index: number; }[]; }; }; export {};