import { UserBill, UserOwnedBillsData } from '../../types/yourbonds'; import { BillsConfig, ChainId } from '@ape.swap/apeswap-lists'; import { TokenPrices } from '../../state/tokenPrices/useTokenPrices'; export declare const fetchUserOwnedBillsDataAsync: (chainId: ChainId, account: string, bondData: BillsConfig[], tokenPrices: TokenPrices[]) => Promise; export declare const fetchUserOwnedBills: (chainId: ChainId, account: string, bonds: BillsConfig[], tokenPrices: TokenPrices[]) => Promise;