export declare const MAX_INT: bigint; export declare const MIN_INT96 = -39614081257132168796771975168n; export declare const MAX_UINT256 = 115792089237316195423570985008687907853269984665640564039457584007913129639935n; export declare const MAX_UINT16 = 65535n; export declare const RAY_DECIMALS_POW = 27; export declare const RAY: bigint; export declare const halfRAY: bigint; export declare const WAD_DECIMALS_POW = 18; export declare const WAD: bigint; export declare const PRICE_DECIMALS_POW = 8; export declare const PRICE_DECIMALS: bigint; export declare const SECONDS_PER_YEAR: number; export declare const PERCENTAGE_DECIMALS = 100n; export declare const PERCENTAGE_FACTOR = 10000n; export declare const PERCENTAGE_FACTOR_1KK: bigint; export declare const LEVERAGE_DECIMALS = 100n; export declare const SLIPPAGE_DECIMALS = 100n;