import { BondsData } from '../../types/bonds'; import { PreTGEConfig } from '@ape.swap/apeswap-lists'; import { TokenPrices } from '../tokenPrices/useTokenPrices'; export declare const getPreTGEBondsData: (chain: number, tokenPrices: TokenPrices[], preTGEBonds: PreTGEConfig[], apiUrl?: string) => Promise;