/** Union type which can either be a normal JS Number or a BigInt. */ export type Int = number | bigint; //# sourceMappingURL=int.d.ts.map