import BigNumber from 'bignumber.js'; import { Token } from '../utils/token'; /** * Check the wallet balance of a token * @param token The token to get the balance of * @param amount The amount to check against the balance * @returns */ export declare const useBalanceStatus: (token: Token, amount: BigNumber) => { isEnoughBalance: boolean; maxBalance: BigNumber; loaded: boolean; }; //# sourceMappingURL=useBalanceStatus.d.ts.map