export function toPartialOfferKey(offerPrice: Ratio): string; export function toPriceOfferKey(offerPrice: Ratio, sequenceNumber: bigint): string; export function fromPriceOfferKey(key: string, numBrand: Brand<"nat">, denomBrand: Brand<"nat">, useDecimals: number): [normalizedPrice: Ratio, sequenceNumber: bigint]; /** @type {(rate: Ratio) => string} */ export const toBidScalingComparator: (rate: Ratio) => string; export function toScaledRateOfferKey(rate: Ratio, sequenceNumber: bigint): string; export function fromScaledRateOfferKey(key: string, brand: Brand, useDecimals: number): [normalizedPrice: Ratio, sequenceNumber: bigint]; //# sourceMappingURL=sortedOffers.d.ts.map