import { BN } from "@coral-xyz/anchor";
import { BanxPool, BanxPoolUserDeposit } from "../../types";
export declare const calculateRewards: (args: {
    banxUserDeposit: BanxPoolUserDeposit;
    banxPool: BanxPool;
}) => BN;
