declare const SAMPLE_BIG_INT: bigint; declare const FALSY_BIG_INTS: readonly [0n, 0n, bigint, bigint]; declare const TRUTHY_BIG_INTS: readonly [bigint, bigint, bigint]; /** @see {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt} */ declare const SAMPLE_BIG_INTS: readonly [0n, 0n, bigint, bigint, bigint, bigint, bigint]; export { FALSY_BIG_INTS, SAMPLE_BIG_INT, SAMPLE_BIG_INTS, TRUTHY_BIG_INTS };