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