declare const DEX_OP_CODES: { readonly SWAP: 1717886506; readonly CROSS_SWAP: 1775180379; readonly PROVIDE_LP: 935368415; readonly DIRECT_ADD_LIQUIDITY: 267960262; readonly REFUND_ME: 321624620; readonly RESET_GAS: 701638965; readonly COLLECT_FEES: 518295838; readonly BURN: 1499400124; readonly WITHDRAW_FEE: 894160372; }; declare const TX_DEADLINE: number; export { DEX_OP_CODES, TX_DEADLINE };