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