import { AssetPrice } from "./AssetPrice"; import { MintId } from "./MintId"; export declare class PriceOracle { readonly cache: Map; constructor(cache: Map); static index(prices: AssetPrice[]): PriceOracle; getPrice(mintId: MintId): AssetPrice | undefined; } //# sourceMappingURL=PriceOracle.d.ts.map