import { PRODUCT_IDS } from './constants'; /** * In the context for Lit pricing model, the U128 value is used as a default "unlimited" * or maximum price when a specific `userMaxPrice` is not set */ export declare const getUserMaxPrice: (params: { product: keyof typeof PRODUCT_IDS; }) => bigint;