export declare abstract class PositionLibrary {
    /**
     * Cannot be constructed.
     */
    private constructor();
    static getTokensOwed(feeGrowthInsideALastX64: bigint, feeGrowthInsideBLastX64: bigint, liquidity: bigint, feeGrowthInsideAX64: bigint, feeGrowthInsideBX64: bigint): bigint[];
}
