import { ChainId } from './../utils/constants'; import { Token } from '../utils/token'; export interface HasFeeResponse { [key: string]: boolean; } declare const useHasFees: (chainId: ChainId, tokens: Token[]) => boolean; export default useHasFees; //# sourceMappingURL=useHasFees.d.ts.map