export declare abstract class PositionLibrary { /** * Cannot be constructed. */ private constructor(); static getTokensOwed(feeGrowthInside0LastX128: bigint, feeGrowthInside1LastX128: bigint, liquidity: bigint, feeGrowthInside0X128: bigint, feeGrowthInside1X128: bigint): bigint[]; } //# sourceMappingURL=position.d.ts.map