import { Erc20, OffChainOracle } from '../abi/types'; /** * get the contract that fetch price */ export declare const useOffChainOracleContract: () => OffChainOracle; /** * Get ERC20 token contract * @param address The address of the token * @param withSignerIfPossible Whether to use a signer if possible */ export declare const useERC20: (address: string, withSignerIfPossible?: boolean) => Erc20; //# sourceMappingURL=useContract.d.ts.map