import { Token } from '@ape.swap/apeswap-lists'; import { BondsData } from '../../types/bonds'; declare const useSoulZapBondQuote: (typedValue: string, inputCurrency: "NATIVE" | Token | undefined, bond: BondsData | undefined, account?: string, tierProofSig?: string) => [loading: boolean, response: any, depositAmount: string, error: boolean, trueBondPrice: string | undefined]; export default useSoulZapBondQuote;