declare function isBigInt(value: unknown): value is bigint;
export { isBigInt };
