/** * @name _0n * @summary BigInt constant for 0. */ export declare const _0n: bigint; /** * @name _1n * @summary BigInt constant for 1. */ export declare const _1n: bigint; /** * @name _2n * @summary BigInt constant for 2. */ export declare const _2n: bigint; /** * @name _3n * @summary BigInt constant for 3. */ export declare const _3n: bigint; /** * @name _4n * @summary BigInt constant for 4. */ export declare const _4n: bigint; /** * @name _5n * @summary BigInt constant for 5. */ export declare const _5n: bigint; /** * @name _6n * @summary BigInt constant for 6. */ export declare const _6n: bigint; /** * @name _7n * @summary BigInt constant for 7. */ export declare const _7n: bigint; /** * @name _8n * @summary BigInt constant for 8. */ export declare const _8n: bigint; /** * @name _9n * @summary BigInt constant for 9. */ export declare const _9n: bigint; /** * @name _10n * @summary BigInt constant for 10. */ export declare const _10n: bigint; /** * @name _100n * @summary BigInt constant for 100. */ export declare const _100n: bigint; /** * @name _1000n * @summary BigInt constant for 1000. */ export declare const _1000n: bigint; /** * @name _1Mn * @summary BigInt constant for 1,000,000 (million). */ export declare const _1Mn: bigint; /** * @name _1Bn * @summary BigInt constant for 1,000,000,000 (billion). */ export declare const _1Bn: bigint; /** * @name _1Qn * @summary BigInt constant for 1,000,000,000,000,000,000 (quitillion). */ export declare const _1Qn: bigint; /** * @name _2pow53n * @summary BigInt constant for MAX_SAFE_INTEGER */ export declare const _2pow53n: bigint; /** * @name _sqrt2pow53n * @summary BigInt constant for Math.sqrt(MAX_SAFE_INTEGER) */ export declare const _sqrt2pow53n: bigint;