import { SWRResponse } from './useLidoSWR'; declare type useEthPriceResult = number; export declare const useEthPrice: (config?: Partial>> | undefined) => SWRResponse; export {};