import type { UseMarketReturn } from "./types"; export declare const useMarket: () => UseMarketReturn;