export const a = 1 ** 1; export const b = 2 ** 32; export const c = 2n ** 32n; export const d = 2n ** 50n;