import type { ToBigInt } from '../types.js'; export declare const isToBigInt: (value?: unknown) => value is ToBigInt;