export declare function isBigIntLike(item: unknown): item is bigint | BigInt;