import { SignedTx, EIP712WithdrawCollateralParams, SignedEIP712OrderParams } from './eip712/signatureParamTypes.js'; import '@nadohq/utils'; import 'viem'; import './common/types/subaccountTypes.js'; import './common/types/bytes.js'; declare function encodeSignedWithdrawCollateralTx(signed: SignedTx): `0x${string}`; declare function encodeSignedOrder(signed: SignedEIP712OrderParams): `0x${string}`; export { encodeSignedOrder, encodeSignedWithdrawCollateralTx };