import { Provider } from "fuels"; import { Chain, UserAssetDatum } from "../../typings"; declare const getFuelProvider: (getBalances: () => Promise, address: string, chain: Chain) => Provider; export { getFuelProvider };