import { TradingPosition } from '../types'; declare type PartialPosition = Pick; export default function calculateLiquidationPrice(this: Pick, totalWalletBalance: number, { symbol, entryPrice, leverageBracket, side, positionAmt, marginType, isolatedWallet, leverage, }: PartialPosition, options?: { side?: TradingPosition['side']; }): number; export {}; //# sourceMappingURL=calculateLiquidationPrice.d.ts.map