export declare const APR_NOTE = "APR / rate fields are annualized decimals (0.05 = 5%). Fields ending in \"Percent\" are pre-formatted strings. Raw on-chain rate fields are 18-decimal scaled bigints \u2014 divide by 1e18."; export declare const AMOUNTS_IN_COLLATERAL_NOTE = "Amount fields (cash, margin, PnL, yield, fee, settlement) are already 18-decimal-normalized human strings (Boros internal cash unit, regardless of underlying token). Do NOT re-scale by the token's on-chain decimals. marketAccDecoded.tokenSymbol identifies the underlying token for display only."; export declare const MARKET_ACC_ENCODING = "Packed bytes26. Do NOT hex-parse; use the *Decoded sibling ({root,accountId,tokenId,marketId,isCross}). marketId=0xFFFFFF means cross."; export declare const SIDE_CONTEXT: { side: string; }; export declare const MARKET_ACC_CONTEXT: { marketAcc: string; }; export declare const BOROS_GLOSSARY: { apr: string; underlyingApr: string; impliedApr: string; myFixedApr: string; liquidationImpliedApr: string; rateSensitivity: string; dailyVolatility: string; notionalSize: string; side: string; longRate: string; longRateApr: string; shortRate: string; shortRateApr: string; maturity: string; collateral: string; netBalance: string; maintenanceMargin: string; initialMargin: string; marginFloor: string; marketAcc: string; cross: string; isolated: string; tick: string; YU: string; agent: string; router: string; }; export declare const BOROS_DOCS: { introduction: string; litePaper: string; faq: string; settlement: string; indicators: string; historicalData: string; glossary: string; historicalDataArchive: string; }; //# sourceMappingURL=_context.d.ts.map