/** * Default compute unit limits for different instruction types * These are fallback values when simulation is not available */ export declare const COMPUTE_UNIT_LIMITS: { readonly TRADE: 200000; readonly REDEEM: 150000; readonly BURN: 150000; readonly MARK_EXTREME: 100000; readonly SETTLE_MARKET: 100000; readonly INITIALIZE_MARKET: 300000; readonly CREATE_MARKET_MINTS: 400000; readonly CLAIM_FEES: 80000; readonly WITHDRAW_SUBSIDY: 100000; }; //# sourceMappingURL=compute.d.ts.map