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