/** * Resolve price from `market_get_prices` maps that may key either `xyz:BASE` or `BASE` on the xyz book. */ export declare function marketPriceForAsset(prices: Record | undefined, asset: string): number | undefined; //# sourceMappingURL=market-price.d.ts.map