import type { L1OrderBook, L2OrderBook } from '#types/orderBook'; /** * Derive the level 1 orderbook from a level 2 orderbook * * @internal */ export declare function L2toL1OrderBook(l2: L2OrderBook): L1OrderBook; //# sourceMappingURL=utils.d.ts.map