import { ContractInfo } from './types'; export declare const platformId = "paraswap"; export declare const bptInfoKey = "bptInfo"; export declare const PSPToken: { chain: string; address: string; symbol: string; decimals: number; }; export declare const poolAddresses: { token: `0x${string}`; underlyings: string[]; poolId: `0x${string}`; vault: `0x${string}`; }; export declare const bptParaStaker: ContractInfo; export declare const bptParaFarmer: ContractInfo; export declare const stakers: { chain: string; address: string; token: string; }[];