/** * Convert a value to bigint without throwing. Accepts bigint, integer number, * or an integer-valued string. Anything else returns the fallback. */ export declare function safeBigInt(value: unknown, fallback: bigint): bigint; //# sourceMappingURL=safeBigInt.d.ts.map