export default function getPnlBalancePercent({ positionAmt, lastPrice, entryPrice, totalWalletBalance, }: { positionAmt: number; lastPrice: number; entryPrice: number; totalWalletBalance: number; }): number; //# sourceMappingURL=getPnlBalancePercent.d.ts.map