/**
 * Calculate the total profit for each token
 */
export declare function calculateProfitByToken(): {
    token: string;
    profit: bigint;
}[];
