import { ValueType } from '../types'; export declare function detectBigint(value: any): ValueType;