/** Maximum slippage tolerance: 10% */ export declare const MAX_SLIPPAGE_TOLERANCE: bigint; /** Default LLTV buffer: 0.5% below LLTV. Prevents instant liquidation on new positions. */ export declare const DEFAULT_LLTV_BUFFER: bigint; /** Maximum absolute share price cap (100 RAY). Prevents absurd maxSharePrice values in repay. */ export declare const MAX_ABSOLUTE_SHARE_PRICE: bigint;