import type { OrderbookQuotationMode, TradingMode } from "@0xmonaco/types"; import type { UseOrderbookReturn } from "./types"; export declare function useOrderbook(tradingPairId: string, tradingMode: TradingMode, magnitude: number, quotationMode: OrderbookQuotationMode, depth?: number): UseOrderbookReturn;