type Granularity = string; type UnixTimestamp = number; type UnixTimestampInSeconds = number; type OrderNonce = number; type UnixTimestampInMiliseconds = number; type UserAddress = string; type MarketId = string; type FillId = string; type InstrumentId = string; type SlotId = number; type AccountId = string; type PairId = number; type OrderId = string; type OperationId = string; type DelegationId = string; type Base64 = string; type Hex = string; type Signature = Base64; type RawSignature = Uint8Array; type AssetId = number; type Integer = number; type Quantity = string; type Price = bigint; type InstrumentSlotId = number; type AppId = number; type TransactionId = string; type ClientOrderId = string; type DecimalPrice = string; type DecimalAmount = string; type DecimalUsdAmount = string; type DecimalPicoUsdPrice = string; type PicoUsdResponse = string; type BorrowLendIndex = bigint; type Address = string; type SequenceNumber = number; type ContractIds = { pricecaster: AppId; ceOnchain: AppId; }; export type { Address, BorrowLendIndex, Granularity, UnixTimestamp, UnixTimestampInSeconds, UnixTimestampInMiliseconds, UserAddress, MarketId, FillId, InstrumentId, AccountId, OrderId, OperationId, DelegationId, Base64, Hex, Signature, RawSignature, Integer, AssetId, Price, InstrumentSlotId, AppId, ContractIds, TransactionId, OrderNonce, ClientOrderId, SlotId, Quantity, DecimalPrice, DecimalPicoUsdPrice, PicoUsdResponse, PairId, DecimalAmount, DecimalUsdAmount, SequenceNumber }; //# sourceMappingURL=types.d.ts.map