import { UseQueryReturnType } from "wagmi/query"; /** * Return the current price of ETH in USD. * @example 1234.69 */ export declare function useEtherPrice(): UseQueryReturnType; //# sourceMappingURL=useEtherPrice.d.ts.map