// SPDX-License-Identifier: MIT // Copyright (c) Uri Shaked and contributors export type u8 = number; export type u16 = number; export type i16 = number; export type u32 = number;