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