export declare enum ChainId { MAINNET = 1, ROPSTEN = 3, MATIC = 137, FANTOM = 250, } export default function useGasPrice(): number | undefined;