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