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